Documentation ¶
Index ¶
Constants ¶
View Source
const Type = "sqlite"
Variables ¶
View Source
var QueryDialect = csql.QueryDialect{ RegexpOp: "REGEXP", FieldQuote: func(name string) string { return "`" + name + "`" }, Placeholder: func(n int) string { return "?" }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.