Driver class

SQLite database driver.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open(DataSource ds) → Database
Open returns a new Database object represent connection to the database.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

binder SQLiteLibrary
SQLite C APi binder.
no setter
logger ↔ Logger?
A logger
latefinal

Static Methods

initialize({String? path, String? webMountPath, Level logLevel = Level.OFF, void connectHook(Driver driver, Database db, DataSource ds)?}) Future<Driver>
Initialize SQLite driver.