Releases: Cielecon/DBcake--python
Releases · Cielecon/DBcake--python
V1.4.2
V1.4.1
V1.4.0
Pre V1.3
added options like:
- added transaction (ACID compliance)
- added data integrity constrains
- added proper indexing for performance
- added relationships between tables
- added concurrency control (multiple users writing simultaneously)
- added data validation
- added backup/recovery mechanisms
- added foreign keys , constrains for Data Integrity
- added Optimized queries , indexes for performance
- added Transaction locking for Concurrency
- added proper joins for relationships
- added handles 1000s of records for Scalability
- added Flask-Migrate for Migrations
V1.2
dbcake — single-file DB + secrets client
Features:
- centralized (.dbce append-only) and decentralized (per-key files) storage
- choose storage format: binary | bits01 | dec | hex
- encryption modes (low|normal|high) with AES-GCM via cryptography if installed;
secure stdlib fallback otherwise - key rotation, file-locking, CLI, interactive passphrases
- API to switch modes: db.centerilized() and db.decentralized()
- Server sync (push/pull) implemented with urllib (no extra libs)
- Graphical package installer (tkinter) to install optional packages (e.g., cryptography)
- Secrets HTTP client (Client/AsyncClient) with optional Fernet encryption