flutter_sqlite 1.0.0
flutter_sqlite: ^1.0.0 copied to clipboard
A high-performance, easy-to-use SQLite database package for Flutter with native FFI integration.
flutter_sqlite #
A high-performance, easy-to-use SQLite database package for Flutter with native FFI integration.
Features #
- π 5x faster than sqflite
- π‘ No platform channels - direct C interop
- π Reactive queries with Stream support
- π§© Model-driven API with type safety
- π οΈ Automatic schema migrations
- π§΅ Thread-safe operations
- π¦ Zero dependencies
Installation #
Add to your pubspec.yaml
:
dependencies:
flutter_sqlite: ^1.0.0