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

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

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.1 - 2025-01-08 #

Changed #

  • Updated README with comprehensive documentation and usage examples

1.0.0 - 2025-01-07 #

Added #

  • Initial stable release
  • Added unified database API with consistent interface across all supported databases
  • Added SQL database support with Drift (type-safe with reactive streams) and Sqflite (raw SQL)
  • Added NoSQL database support with Hive (AES encryption) and ObjectBox (high-performance)
  • Added secure storage integration with Flutter Secure Storage for sensitive data
  • Added transaction support for data integrity across all database types
  • Added batch operations for multiple database actions
  • Added comprehensive error handling with DatabaseBridgeException
  • Added cross-platform support (iOS, Android, Web, Desktop)
  • Added reactive streams for real-time data updates (Drift)
  • Added raw SQL execution capabilities
  • Added aggregation functions (count, sum, avg, min, max)
2
likes
140
points
99
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