Manage local databases with JSON files and JSONDB Query Language (JQL)
JSONDB is a database manager using JSON files and a custom query language named JQL (JSONDB Query Language).
- Database management with servers, databases and tables
 - Secure connections to servers with username and password
 - Easy custom query language
 - Object oriented, with a PDO-like syntax
 - Supported JQL queries:
- select()
 - insert()
 - replace()
 - delete()
 - update()
 - truncate()
 - count()
 
 - And much more !
 
To get JSONDB in your project, you can install it through composer:
composer require na2axl/jsondbor clone this repository and install it yourself:
git clone https://github.com/ElementaryFramework/JSONDB.gitOnce installed, you can read this getting started page to learn how to use JSONDB.
Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
- Axel Nana: [email protected]
 
(c) 2016 - 2018 Aliens Group. Licensed under MIT (read license).