Skip to content

V1.4.3

Latest

Choose a tag to compare

@Cielecon Cielecon released this 22 Feb 14:21
f72350a
  1. Dictionary Manager (db.dict)

    Native dictionary operations with nested access

    Update individual fields without rewriting entire dictionary

    Methods: set_field(), get_field(), update(), pop()

  2. Sum Manager (db.sum)

    Built-in arithmetic operations

    Methods: add(), subtract(), increment(), decrement(), multiply(), divide()

    Calculate min(), max(), average() from lists/dicts

  3. Secure File Manager (db.secure)

    Password-protected file saving/loading

    Supports any Python object (via pickle)

    JSON and text file support

    Automatic encryption/decryption

  4. Connectors (from dbcake import connector)

    MySQL connector

    SQLite connector

    PostgreSQL connector

    MongoDB connector

    Redis connector

    Prisma ORM support

  5. Data Persistence

    Your data stays safe when updating the library

    No data loss on version upgrades

    Compatible with existing .dbce files

  6. Removed GUI Installer

    Cleaner, more lightweight

    All functionality now available via pip

    and more! ....