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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file pydob-0.0.2.tar.gz
.
File metadata
- Download URL: pydob-0.0.2.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c20f60ebaeb310d6fe326cfcc67bdf76a61500bee94e4c11918e67e0d1ec7e32 |
|
MD5 | dd5b132ba658500257002564a148d3fa |
|
BLAKE2b-256 | c2a41bc3a3f3390def7b1e3512571ef84bf67801a7f6340b6e1edbf294f385e1 |