quickDatabase

Simple python database


Keywords
python, database, fastdb, json-wrapper, lightdb, lightweight, pip-package, pypi-package, quickdatabase, quickdb
License
MIT
Install
pip install quickDatabase==0.0.1

Documentation

python-db

Light weight database for python, with a simple API and a simple file format. it is not meant to be a full featured database, but rather a simple way to store data in a file. it's written in python, and is compatible with python 3.6 and above.

Features

  • Simple API
  • Colorful output
  • Easy to use
  • CLI interface
  • Open source

Documentation

The documentation is available at not yet available

Installation

You can install python-db using pip:

pip install python-db

Usage

To use python-db, you need to import it:

from python_db import Database