Skip to main content

Like shelves but better...

Project description

# BlueDB
*use my database, is good!*

## Examples
```python
from BlueDB import *

db = Blue('database')

db['key'] = 'value'
print(db['key'])

db['key'] = {}
db['key']['another key'] = 'another value'
print(db)
db['key']['another key'] = 'yet another value'
print(db)

>>> value
>>> {'key': {'another key': 'another value'}}
>>> {'key': {'another key': 'yet another value'}}
```

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

BlueDB-0.2.0.tar.gz (971 Bytes 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