Skip to main content

A lightweight and simple database

Project description

PicoDB

PicoDB is lightweight, fast, and simple database with namespaces.

PicoDB is simple

import picodb

db = picodb.load('test.db', False)

db.set_ns('space')
db.set('space', 'key', 'value')
db.delete('space', 'key')
db.get('space', 'key')
db.save()

And Easy to Install

pip install picodb

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

PicoDB-0.1.1.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

PicoDB-0.1.1-py3-none-any.whl (2.1 kB view hashes)

Uploaded Python 3

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