Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pekrau/jsondocdb
A Python Sqlite3 database for JSON documents. Simple indexing using JsonLogic.
https://github.com/pekrau/jsondocdb
database json jsonlogic python sqlite sqlite3
Last synced: about 23 hours ago
JSON representation
A Python Sqlite3 database for JSON documents. Simple indexing using JsonLogic.
- Host: GitHub
- URL: https://github.com/pekrau/jsondocdb
- Owner: pekrau
- License: mit
- Created: 2021-09-08T15:09:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T16:48:05.000Z (almost 2 years ago)
- Last Synced: 2023-03-12T06:43:44.772Z (over 1 year ago)
- Topics: database, json, jsonlogic, python, sqlite, sqlite3
- Language: Python
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsondocdb
A Python Sqlite3 database for JSON documents. Simple indexing using JsonLogic.
The JsonLogic class was adapted from https://github.com/nadirizr/json-logic-py
Documentation will eventually be included here.