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

https://github.com/xh8039/jsondb

A lightweight JSON file database, implemented by native PHP. Jsondb has only one file. If you don't want to use a large database system, or there are multiple small projects in a site, jsondb is your best choice. Jsondb includes querying, adding, updating, deleting and other basic operations on data, and is suitable for storing data with small amount of data
https://github.com/xh8039/jsondb

database json json-database lightweight-database php php7 php8

Last synced: 4 months ago
JSON representation

A lightweight JSON file database, implemented by native PHP. Jsondb has only one file. If you don't want to use a large database system, or there are multiple small projects in a site, jsondb is your best choice. Jsondb includes querying, adding, updating, deleting and other basic operations on data, and is suitable for storing data with small amount of data

Awesome Lists containing this project