Python KubitDB Modülü
Project description
import kubitdb
db = kubitdb.Data("test.json")
we are creating a new database, you can create as many db as you want
db.set("sa",2)
db.subtract("sa",1)
db.push("asdasasd",{
"sa":"sa"
})
print(
db.get("sa"),
db.has("sa"),
db.all()
)
db.delete("asdasasd")
db.clear()
Support: https://discord.gg/4Xpwwz6pgN
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
kubitdb-0.2.tar.gz
(2.5 kB
view hashes)