https://github.com/cabalamat/quickiebase
a pure-Python NoSQL database
https://github.com/cabalamat/quickiebase
database json mongodb nosql python
Last synced: 4 months ago
JSON representation
a pure-Python NoSQL database
- Host: GitHub
- URL: https://github.com/cabalamat/quickiebase
- Owner: cabalamat
- Created: 2023-01-02T04:45:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-16T07:54:00.000Z (7 months ago)
- Last Synced: 2025-11-16T09:19:02.805Z (7 months ago)
- Topics: database, json, mongodb, nosql, python
- Language: Python
- Homepage:
- Size: 60.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
Awesome Lists containing this project
README
# Quickiebase
Quickiebase is a pure-Python NoSQL database which stores documents as JSON
data structures and which aims to have a query language that is a subset of
MongoDB's.
Quickiebase is currently under development.
/end