https://github.com/janaka/docdblite
An embedded document database. Inspired by MongoDB. Built on top of SQLite
https://github.com/janaka/docdblite
database document-database embedded-database sqlite3
Last synced: 5 months ago
JSON representation
An embedded document database. Inspired by MongoDB. Built on top of SQLite
- Host: GitHub
- URL: https://github.com/janaka/docdblite
- Owner: janaka
- License: mit
- Created: 2024-09-14T18:32:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T00:25:00.000Z (over 1 year ago)
- Last Synced: 2025-02-02T05:26:19.742Z (12 months ago)
- Topics: database, document-database, embedded-database, sqlite3
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DocDbLite
Embedded document database. Inspired by MongoDB. Built on top of Sqlite.
For fans of Sqlite and it's simple embedded approach, there's no document oriented database equivalent. DocDbLite is that option.
This is currently a prototype implemented purely in Python. The idea would be to convert this to a more language agnostic state, similar to Sqlite itself, using C, C++, or Rust which all support Foreign Function Interface (FFI).
[MIT License](./LICENSE)
Copyright (c) 2024-2025 Janaka Abeywardhana