database_bridge 1.0.0 copy "database_bridge: ^1.0.0" to clipboard
database_bridge: ^1.0.0 copied to clipboard

A unified Flutter database service wrapper supporting SQL (Drift, Sqflite), NoSQL (Hive, ObjectBox), and secure storage with a consistent API

1.0.0 - 2025-01-07 #

Initial Release #

  • Unified Database API: Consistent interface across all supported databases
  • SQL Database Support: Drift (type-safe with reactive streams) and Sqflite (raw SQL)
  • NoSQL Database Support: Hive (with AES encryption) and ObjectBox (high-performance)
  • Secure Storage: Flutter Secure Storage for sensitive data
  • Core Features:
    • Transaction support for data integrity
    • Batch operations for multiple database actions
    • Comprehensive error handling with DatabaseBridgeException
    • Cross-platform support (iOS, Android, Web, Desktop)
    • Reactive streams for real-time data updates (Drift)
    • Raw SQL execution capabilities
    • Aggregation functions (count, sum, avg, min, max)
2
likes
140
points
148
downloads

Publisher

unverified uploader

Weekly Downloads

A unified Flutter database service wrapper supporting SQL (Drift, Sqflite), NoSQL (Hive, ObjectBox), and secure storage with a consistent API

Repository (GitHub)
View/report issues

Topics

#database #flutter #sql #nosql #storage

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

drift, drift_flutter, flutter, flutter_secure_storage, hive, hive_flutter, objectbox, objectbox_flutter_libs, path, path_provider, sqflite, sqflite_common_ffi, sqflite_common_ffi_web

More

Packages that depend on database_bridge