Documentation ¶ Index ¶ type SQLite3 func Open(name string, tables fs.FS) *SQLite3 func (db *SQLite3) Dynamic() *database.DynamicDB func (db *SQLite3) Model() database.Model func (db *SQLite3) NewModel(id string) database.Model func (db *SQLite3) Query(query string, args ...any) *database.Iter Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type SQLite3 ¶ type SQLite3 struct { *sql.DB // contains filtered or unexported fields } func Open ¶ func Open(name string, tables fs.FS) *SQLite3 func (*SQLite3) Dynamic ¶ func (db *SQLite3) Dynamic() *database.DynamicDB func (*SQLite3) Model ¶ func (db *SQLite3) Model() database.Model func (*SQLite3) NewModel ¶ func (db *SQLite3) NewModel(id string) database.Model func (*SQLite3) Query ¶ func (db *SQLite3) Query(query string, args ...any) *database.Iter Source Files ¶ View all Source files sqlite3.go Click to show internal directories. Click to hide internal directories.