An open API service indexing awesome lists of open source software.

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

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