Skip to main content

Imagine using JSON as database. Wait... that's me!

Project description

JsonDB

[!WARNING] This is for my personal use only. You really shouldn't be using JSON for database.

Uses

I'm using this for my Telegram bot and Elysian's Chemistry Bot.

Usage

  1. Add it to your project as dependency, for example if you use uv:
uv add jsondb-hakimifr
  1. profit!!!
from jsondb.database import Database

db = Database("foo.json")
db.read_database()  # actually redundant as __init__ will call this

db.data = {"hello": "world"}
db.write_database()

Extras

  • There's a callback registered to atexit module, so that a crash doesn't throw away unsaved stuff.
  • Minimal safeguard to prevent multiple instances from opening the same file at the same time (I don't even know if it actually works lol).

License

SPDX-License-Identifier: Apache-2.0

Copyright 2025 Firdaus Hakimi <hakimifirdaus944@gmail.com>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

or

    the LICENSE file in this repository.

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

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

jsondb_hakimifr-0.2.0.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jsondb_hakimifr-0.2.0-py3-none-any.whl (8.7 kB view details)

Uploaded Python 3

File details

Details for the file jsondb_hakimifr-0.2.0.tar.gz.

File metadata

  • Download URL: jsondb_hakimifr-0.2.0.tar.gz
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.3

File hashes

Hashes for jsondb_hakimifr-0.2.0.tar.gz
Algorithm Hash digest
SHA256 69992ac09d666d5366fca22efff29f2a352cf70d9257468165433dd67de35340
MD5 0546c9381a3b038c2ee0f7ae41e6339c
BLAKE2b-256 dd94a9a165209d7eaf9da6c01e810b298c81553a3f394e623218c74ec4158ae3

See more details on using hashes here.

File details

Details for the file jsondb_hakimifr-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for jsondb_hakimifr-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 428fa905f4a45163fcfaaef06315b727e71d13e9ae5f07ca9cf12ee882a8782f
MD5 b37d2afee423efda7d52e2fe54ed7262
BLAKE2b-256 7fdf220a45ec4082fcb2a10058c6827a97f111e4f61c98405915c34bad8bce56

See more details on using hashes here.

Supported by

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