MCPcopy Index your code
hub / github.com/aarondl/sqlboiler / SQLiteDriver

Struct SQLiteDriver

drivers/sqlboiler-sqlite3/driver/sqlite3.go:33–37  ·  view source on GitHub ↗

SQLiteDriver holds the database connection string and a handle to the database connection.

Source from the content-addressed store, hash-verified

31// SQLiteDriver holds the database connection string and a handle
32// to the database connection.
33type SQLiteDriver struct {
34 connStr string
35 dbConn *sql.DB
36 configForeignKeys []drivers.ForeignKey
37}
38
39// Templates that should be added/overridden
40func (s SQLiteDriver) Templates() (map[string]string, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected