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.
- Host: GitHub
- URL: https://github.com/paratron/jsondb
- Owner: Paratron
- Created: 2011-07-23T22:26:03.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-08T06:51:17.000Z (over 14 years ago)
- Last Synced: 2024-10-19T01:18:44.701Z (about 1 year ago)
- Homepage:
- Size: 85.9 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.