Skip to main content

Easy and fast db for python users

Project description

disnakedb

Installation

pip3 install disnakedb

Usage

import disnakedb

db = disnakedb.Init()

print(db.get("foo"))  # None

db.set("foo", "bar")
print(db.get("foo"))  # bar

db.set("any", {"id": 1234, "top": 1, "str": "any string"})
print(db.get("any"))  # {"id": 1234, "top": 1, "str": "any string"}
print(db.get("any")["id"])  # 1234

db.remove("foo")
db.remove("any")
print(db.get("foo"))  # None

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

disnakedb-0.1.3.tar.gz (2.0 kB view details)

Uploaded Source

Built Distribution

disnakedb-0.1.3-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

File details

Details for the file disnakedb-0.1.3.tar.gz.

File metadata

  • Download URL: disnakedb-0.1.3.tar.gz
  • Upload date:
  • Size: 2.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.5 Linux/5.15.50-1-MANJARO

File hashes

Hashes for disnakedb-0.1.3.tar.gz
Algorithm Hash digest
SHA256 13dbc328fa23e24ffd3121b307c4376793c3bbf89d7655a8f979c7670a0e4289
MD5 50cac7963a82b37631da739bd39d12a7
BLAKE2b-256 0bca2867ce3a58145e9c11abceef1680ddd06aa74d5ffe35aeeddc7d023276d0

See more details on using hashes here.

File details

Details for the file disnakedb-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: disnakedb-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 2.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.5 Linux/5.15.50-1-MANJARO

File hashes

Hashes for disnakedb-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a6cf0873874299a0580704e5bba93da7756a0640d0d84676e7f6391148f707a1
MD5 f8a6ec8129bd5c603de3fd9c720ae054
BLAKE2b-256 b0e6f97117764470e118bda41fc511ee425888654693db30367bfd9ee1b4c344

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page