sqlite library
SQLite adapter (package:sqlite3, FFI). Requires libsqlite3 on the host.
Classes
- SqliteConnection
-
A connection to one SQLite database via
package:sqlite3(FFI). - SqliteGrammar
- SQLite: booleans are integers, timestamps are ISO-8601 text.
- SqliteSchemaGrammar
-
SQLite DDL. Types are loose: everything textual is
text, booleans and dates travel as integers/ISO-8601 text, matchingSqliteGrammar.encode.