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.1.tar.gz
(2.1 kB
view details)
File details
Details for the file pydob-0.0.1.tar.gz
.
File metadata
- Download URL: pydob-0.0.1.tar.gz
- Upload date:
- Size: 2.1 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 | f52094119eb143640c6c5a4e72079a4df3007743464d81ea3764d5815bd29748 |
|
MD5 | fdf79edfef2fb61e5257a718b72f2ea0 |
|
BLAKE2b-256 | dabc39d53bf11997d00cbb91840f84a31c57935fd336a28a76b602ae84ceb6b4 |