-
Dictionary Manager (db.dict)
Native dictionary operations with nested access
Update individual fields without rewriting entire dictionary
Methods: set_field(), get_field(), update(), pop()
-
Sum Manager (db.sum)
Built-in arithmetic operations
Methods: add(), subtract(), increment(), decrement(), multiply(), divide()
Calculate min(), max(), average() from lists/dicts
-
Secure File Manager (db.secure)
Password-protected file saving/loading
Supports any Python object (via pickle)
JSON and text file support
Automatic encryption/decryption
-
Connectors (from dbcake import connector)
MySQL connector
SQLite connector
PostgreSQL connector
MongoDB connector
Redis connector
Prisma ORM support
-
Data Persistence
Your data stays safe when updating the library
No data loss on version upgrades
Compatible with existing .dbce files
-
Removed GUI Installer
Cleaner, more lightweight
All functionality now available via pip
and more! ....