secure_db 1.0.4
secure_db: ^1.0.4 copied to clipboard
A unified secure database package that provides encrypted storage using both Hive and SQLite with automatic encryption/decryption.
1.0.4 #
- Improved API: Enhanced API consistency with new instance-based access patterns.
- Dual Access Support: Added better support for both factory methods (SecureDB.hive()) and direct instance access (SecureHive.instance).
- Performance & Stability: Enhanced singleton implementation for both Hive and SQLite and removed debug print statements.
- Documentation Update: Comprehensive documentation with updated usage examples and guides.