Skip to main content

CookieDB is a noSQL document database.

Project description

🍪 CookieDB database

CookieDB is an extremely optimized noSQL database using the key-value model, with encrypted databases, you can enjoy the performance, security and ease of using CookieDB. To install CookieDB, use the pip package manager:

pip install cookiedb

Demonstration of use

Simple usage demo, see full example in examples/example.py:

from cookiedb import CookieDB

database = CookieDB(key='secret')
database.open('MyDatabase')

database.add('languages/python', {'name': 'Python', 'ext': '.py'})
python_ext = database.get('languages/python/ext')

print(f'Python extension: {python_ext}')

License

Apache License
Copyright 2023 Jaedson Silva

This project is licensed under Apache License (see LICENSE for details)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cookiedb-7.0.0.tar.gz (5.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page