Skip to content

Light weight database for python, with a simple API and a simple file format

License

Notifications You must be signed in to change notification settings

codeperfectplus/QuickDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0179f42 · Jul 2, 2024

History

24 Commits
Oct 31, 2022
Jun 23, 2024
Jul 2, 2024
Jun 7, 2024
Jul 2, 2024
Jun 13, 2024
Jun 7, 2024
Jun 23, 2024
Nov 2, 2022
Nov 2, 2022
Oct 31, 2022
Jun 23, 2024
Jun 13, 2024
Jun 23, 2024
Jun 23, 2024

Repository files navigation

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.

github stars github forks code size

pypi status docs dependices

discord invite total contributors

Features

  • Simple API
  • CLI support with colorful output
  • Easy to use
  • CLI interface
  • Open source

Documentation/Tutorial

The documentation is available at Quick DB

Installation

You can install the package using pip:

pip install quickdatabase
pip install -i https://test.pypi.org/simple/ quickDatabase

Usage

To use QuickDB, you need to import it:

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 file for more information.

LICENSE

This project is licensed under the MIT License - see the LICENSE file for details

Contributors