https://github.com/codeperfectplus/quickdb
Light weight database for python, with a simple API and a simple file format
https://github.com/codeperfectplus/quickdb
fastdb json-wrapper lightdb lightweight pip-package pypi-package python quickdatabase quickdb
Last synced: 8 months ago
JSON representation
Light weight database for python, with a simple API and a simple file format
- Host: GitHub
- URL: https://github.com/codeperfectplus/quickdb
- Owner: codeperfectplus
- License: mit
- Created: 2022-10-31T15:30:32.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-07-02T02:47:30.000Z (over 1 year ago)
- Last Synced: 2025-05-11T20:09:58.313Z (8 months ago)
- Topics: fastdb, json-wrapper, lightdb, lightweight, pip-package, pypi-package, python, quickdatabase, quickdb
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Quick DB ⚡ 0.0.5
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
* CLI support with colorful output
* Easy to use
* CLI interface
* Open source
## Documentation/Tutorial
The documentation is available at [Quick DB](https://quickdb.readthedocs.io/en/latest/)
## Installation
You can install the package using pip:
### [Stable version](https://pypi.org/project/quickDatabase/)
```bash
pip install quickdatabase
```
### [Unstable and latest version](https://test.pypi.org/project/quickDatabase/)
```bash
pip install -i https://test.pypi.org/simple/ quickDatabase
```
## Usage
To use QuickDB, you need to import it:
```bash
from quickdb import QuickDB
```
## CONTRIBUTING
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](/CONTRIBUTING.md) file for more information.
## LICENSE
This project is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details
## Contributors