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.1.tar.gz
(3.1 kB
view details)
File details
Details for the file SynDB-1.1.tar.gz
.
File metadata
- Download URL: SynDB-1.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 802ba4698f566fba02d97f3adc04cd1ed322c130d9bf04d5c0faae5477eb05d0 |
|
MD5 | 4819c7ae2e60cc72ef8545a9ac463547 |
|
BLAKE2b-256 | c2fd888b86932c237f971305e40883ad4329025aa7bc0597866560e8e3ab780b |