provider/drift/connection/js library
Functions
-
clearDb(
) → Future< void> - Clears any database related files from the filesystem.
-
connect(
[UserId? userId]) → QueryExecutor -
Obtains a database connection for running
drifton the web. -
inMemory(
) → QueryExecutor -
Obtains an in-memory database connection for running
drift.