Releases: ElementaryFramework/JSONDB
Releases · ElementaryFramework/JSONDB
v1.2.0
v1.1.4
v1.1.3
v1.1.2
Features
- Tables can now be linked on creation and when executing the select() query
- All servers are now created in a default folder managed by JSONDB
- A .htaccess file is used to block any direct access to a server via a browser
- Table's file structure have changed
Known issues
- Some bugs when there are no primary key created
- insert() and replace() queries don't check for existing unique key
- replace() query doesn't work well
1.0.1
First release
First release
Features
- 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
- Support for PRIMARY and UNIQUE keys
- Supported JQL queries:
- select()
- insert()
- replace()
- delete()
- update()
- truncate()
- count()