sqflite_common 2.4.2+2 icon indicating copy to clipboard operation
sqflite_common: ^2.4.2+2 copied to clipboard

Dart wrapper on SQLite, a self-contained, high-reliability, embedded, SQL database engine.

sqflite common #

This package is not intended for direct use.

One exception to import sqflite_common/sqlite_api.dart is that you have logic which is shared across Flutter apps and desktop binaries, and you want to make your shared logic platform-agnostic. In this case, you can import the sqflite_common/sqlite_api.dart directly in your Dart package for shared logic and import it in your platform-dependent packages (e.g. using sqflite for Flutter apps and sqflite_common_ffi for desktop binaries).

51
likes
140
pub points
98%
popularity

Publisher

verified publisher icontekartik.com

Dart wrapper on SQLite, a self-contained, high-reliability, embedded, SQL database engine.

Repository (GitHub)

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

Icon for licenses.BSD-2-Clause (LICENSE)

Dependencies

meta, path, synchronized

More

Packages that depend on sqflite_common