Documentation
¶
Index ¶
- Constants
- func AioSQLiteAcceptedDriverCMDs() []string
- func AioSQLiteBuildPyQueryFunc(query *core.Query, body *builders.IndentStringBuilder, args []core.FunctionArg, ...) error
- func AioSQLiteBuildTypeConvFunc(queries []core.Query, body *builders.IndentStringBuilder, conf *core.Config)
- func AiosqliteBuildQueryResults(body *builders.IndentStringBuilder) string
- func AsyncpgAcceptedDriverCMDs() []string
- func AsyncpgBuildPyQueryFunc(query *core.Query, body *builders.IndentStringBuilder, args []core.FunctionArg, ...) error
- func AsyncpgBuildQueryResults(body *builders.IndentStringBuilder) string
- func AsyncpgTypeCheckingHook() []string
- func SQLite3AcceptedDriverCMDs() []string
- func SQLite3BuildPyQueryFunc(query *core.Query, body *builders.IndentStringBuilder, args []core.FunctionArg, ...) error
- func SQLite3BuildQueryResults(body *builders.IndentStringBuilder) string
- func SQLite3BuildTypeConvFunc(queries []core.Query, body *builders.IndentStringBuilder, conf *core.Config)
Constants ¶
View Source
const AioSQLiteConn = "aiosqlite.Connection"
View Source
const AsyncpgConn = "ConnectionLike"
View Source
const AsyncpgResult = "asyncpg.Record"
View Source
const SQLite3Conn = "sqlite3.Connection"
View Source
const Sqlite3Result = "sqlite3.Row"
Variables ¶
This section is empty.
Functions ¶
func AioSQLiteAcceptedDriverCMDs ¶
func AioSQLiteAcceptedDriverCMDs() []string
func AioSQLiteBuildTypeConvFunc ¶ added in v0.4.0
func AiosqliteBuildQueryResults ¶ added in v0.4.0
func AiosqliteBuildQueryResults(body *builders.IndentStringBuilder) string
func AsyncpgAcceptedDriverCMDs ¶ added in v0.2.0
func AsyncpgAcceptedDriverCMDs() []string
func AsyncpgBuildPyQueryFunc ¶ added in v0.2.0
func AsyncpgBuildQueryResults ¶ added in v0.4.0
func AsyncpgBuildQueryResults(body *builders.IndentStringBuilder) string
func AsyncpgTypeCheckingHook ¶ added in v0.4.0
func AsyncpgTypeCheckingHook() []string
func SQLite3AcceptedDriverCMDs ¶
func SQLite3AcceptedDriverCMDs() []string
func SQLite3BuildPyQueryFunc ¶
func SQLite3BuildQueryResults ¶ added in v0.4.0
func SQLite3BuildQueryResults(body *builders.IndentStringBuilder) string
func SQLite3BuildTypeConvFunc ¶ added in v0.4.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.