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.
- Simple API
- CLI support with colorful output
- Easy to use
- CLI interface
- Open source
The documentation is available at Quick DB
You can install the package using pip:
pip install quickdatabase
pip install -i https://test.pypi.org/simple/ quickDatabase
To use QuickDB, you need to import it:
from quickdb import QuickDB
If you want to contribute to this project, you can do so by forking the repository and making a pull request. Check out the CONTRIBUTING.md file for more information.
This project is licensed under the MIT License - see the LICENSE file for details