https://github.com/cybercoral/coraldb
It's a mini Database Manager, which can help you in many tasks with manipulating databases with simple code and syntax.
https://github.com/cybercoral/coraldb
database-management lightweight python-3
Last synced: 4 months ago
JSON representation
It's a mini Database Manager, which can help you in many tasks with manipulating databases with simple code and syntax.
- Host: GitHub
- URL: https://github.com/cybercoral/coraldb
- Owner: CyberCoral
- License: gpl-3.0
- Created: 2023-12-24T02:02:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T00:52:19.000Z (7 months ago)
- Last Synced: 2025-01-16T20:18:03.690Z (4 months ago)
- Topics: database-management, lightweight, python-3
- Language: Python
- Homepage:
- Size: 72.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CoralDB
It's a mini Database Manager, which can help you in many tasks with manipulating databases with simple code and syntax.
It only uses two built-in modules (os, sys) and, in the last version of 27 / Dec / 2023, it only weighs less than 25KB.# All the syntax parts and updates can be seen by selecting help_main() in shell or by reading help.txt, which if it is deleted you can download at this repository.
# The data is located in text files, beware of security issues if you use the last version (27 / 12 / 2023) seriously.