datalocal_sqlite 0.1.0-dev.1
datalocal_sqlite: ^0.1.0-dev.1 copied to clipboard
SQLite storage adapter with atomic bulk transactions for DataLocal.
datalocal_sqlite #
SQLite storage adapter for DataLocal with native atomic batch transactions.
final database = await DataLocalDatabase.open(
name: 'my_app',
storage: DataLocalSqliteStorage(),
);
The initial prerelease targets Android, iOS, and macOS through sqflite.