MCPcopy
hub / github.com/jmoiron/sqlx / Sqlite3

Method Sqlite3

sqlx_test.go:108–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106}
107
108func (s Schema) Sqlite3() (string, string, string) {
109 return strings.Replace(s.create, `now()`, `CURRENT_TIMESTAMP`, -1), s.drop, `CURRENT_TIMESTAMP`
110}
111
112var defaultSchema = Schema{
113 create: `

Callers 2

RunWithSchemaFunction · 0.80
RunWithSchemaContextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected