Documentation
¶
Index ¶
- Constants
- func AioSQLiteAcceptedDriverCMDs() []string
- func AioSQLiteBuildPyQueryFunc(query *core.Query, body *builders.IndentStringBuilder, args []string, ...) error
- func AsyncpgAcceptedDriverCMDs() []string
- func AsyncpgBuildPyQueryFunc(query *core.Query, body *builders.IndentStringBuilder, args []string, ...) error
- func SQLite3AcceptedDriverCMDs() []string
- func SQLite3BuildPyQueryFunc(query *core.Query, body *builders.IndentStringBuilder, args []string, ...) error
Constants ¶
View Source
const AioSQLiteConn = "aiosqlite.Connection"
View Source
const AsyncpgConn = "asyncpg.Connection"
View Source
const SQLite3Conn = "sqlite3.Connection"
Variables ¶
This section is empty.
Functions ¶
func AioSQLiteAcceptedDriverCMDs ¶
func AioSQLiteAcceptedDriverCMDs() []string
func AsyncpgAcceptedDriverCMDs ¶ added in v0.2.0
func AsyncpgAcceptedDriverCMDs() []string
func AsyncpgBuildPyQueryFunc ¶ added in v0.2.0
func SQLite3AcceptedDriverCMDs ¶
func SQLite3AcceptedDriverCMDs() []string
func SQLite3BuildPyQueryFunc ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.