simple database using json.
Project description
SynDB
Usage
You can use SynDB to store and retrieve data in a database, And it is very easy to use.
Description
SynDB is a database that is json based, It is lightweight and fast, And it is easy to use.
Getting Started
Dependencies
Installing
$ pip install syndb
Exmaple
import syndb
db = syndb.load("test.db", False)
db.set("key", "value")
db.get("key")
db.delete("key")
db.resetdb()
db.dump()
db.loadall() # This will load all the data from the file
Authors
Contributors names and contact info
DeveloperJosh discord
License
This project is licensed under the MIT License - see the LICENSE.md file for details
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
SynDB-1.10.tar.gz
(3.4 kB
view details)
Built Distribution
SynDB-1.10-py3-none-any.whl
(3.6 kB
view details)
File details
Details for the file SynDB-1.10.tar.gz
.
File metadata
- Download URL: SynDB-1.10.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cd053545cddb23dd04f7c836de48ce1baa722f36bac74e7f2cb06858a1a8ce1 |
|
MD5 | 93977cddc87a21b00edc22f80d673937 |
|
BLAKE2b-256 | b68580a7913911e71e544a1c8d94d7311ac159876396ca9990c462167223e92f |
File details
Details for the file SynDB-1.10-py3-none-any.whl
.
File metadata
- Download URL: SynDB-1.10-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8584a45894716ca1d372d06cf159d5ab2d6bf2900bb79b7888cf9229a9bab0e |
|
MD5 | eb6fab99a8bf18ecda8d2d535ab43b21 |
|
BLAKE2b-256 | e10ecab09dcecdf376ad2624337025cb9b6b4a3982d16420ba42522eb8632994 |