Skip to main content

PyDOB connector

Project description

PyJsonDB

How to use it?

import pydob as db

Create a table

table = db.PyDOB("table_name")

# set the different fields
table.set_fields(["name", "age", "etc"])

adding item

table.add(["pyjsondb", 13, "python"])

Remove item

table.remove_by_id(1)

# filtering
delete_item = table.filter_by({"age" : 13})
table.delete(delete_item)

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

pydob-0.0.2.tar.gz (4.3 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