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

https://github.com/paratron/jsondb

MySQL is just too much/not available/too unflexible? SQLite not available? Why not try jsonDB - a nano-tiny PHP class for using a JSON File as database.
https://github.com/paratron/jsondb

Last synced: 10 months ago
JSON representation

MySQL is just too much/not available/too unflexible? SQLite not available? Why not try jsonDB - a nano-tiny PHP class for using a JSON File as database.

Awesome Lists containing this project

README

          

jsonDB is a PHP Class that enables you to work on a JSON Textfile containing an relational Array like a NOSQL Database.

The Dataset will always be stored as a plain JSON Textfile which can be edited by any other program or even by hand.