na2axl/jsondb
Composer 安装命令:
composer require na2axl/jsondb
包简介
Manage JSON files as databases with JSON Query Language (JQL).
关键字:
README 文档
README
Manage local databases with JSON files and JSONDB Query Language (JQL)
What's that ?
JSONDB is a database manager using JSON files and a custom query language named JQL (JSONDB Query Language).
Table of Contents
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
- Supported JQL queries:
- select()
- insert()
- replace()
- delete()
- update()
- truncate()
- count()
- And much more !
Quick start
To get JSONDB in your project, you can install it through composer:
composer require na2axl/jsondb
or clone this repository and install it yourself:
git clone https://github.com/ElementaryFramework/JSONDB.git
Once installed, you can read this getting started page to learn how to use JSONDB.
Bugs and feature requests
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.
Authors
- Axel Nana: ax.lnana@outlook.com
Copyright
(c) 2016 - 2018 Aliens Group. Licensed under MIT (read license).
统计信息
- 总下载量: 49
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-08-20