JsonDB is a lightweight and easy-to-use database based on JSON, designed for simplicity and rapid development. It is divided into two modes: LightMode and FullMode. LightMode retains only the core functions for quick development, while FullMode offers a comprehensive set of features.
- Lightweight and easy to use
- JSON-based storage
- Two modes: LightMode and FullMode
- Core functions for quick development in LightMode
- Full set of features in FullMode
- Easy integration with existing projects
- No external dependencies
To install JsonDB, you can use pip:
pip install jsondbLightMode is designed for quick development, providing only the core functions needed to get started.
- Adding Data
- Retrieving Data
- Updating Data
- Deleting Data
FullMode offers a comprehensive set of features, including advanced querying, indexing, and more.
- Advanced Querying
- User System
- Indexing
We welcome contributions to JsonDB! If you'd like to contribute, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch) - Make your changes
- Commit your changes (
git commit -am 'Add new feature') - Push to the branch (
git push origin feature-branch) - Create a new Pull Request
JsonDB is licensed under the GPLv2 License. See the LICENSE file for more information.
If you have any questions or feedback, please open an issue on GitHub or contact us at GitHub.