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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.