2017 © Pedro Peláez
 

library jsondb

Manage JSON files as databases with JSON Query Language (JQL).

image

na2axl/jsondb

Manage JSON files as databases with JSON Query Language (JQL).

  • Friday, July 13, 2018
  • by na2axl
  • Repository
  • 2 Watchers
  • 1 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 40 % Grown

The README.md

JSONDB

Manage local databases with JSON files and JSONDB Query Language (JQL), (*1)

Build Status, (*2)

Packagist Version, (*3)

MIT License, (*4)

What's that ?

JSONDB is a database manager using JSON files and a custom query language named JQL (JSONDB Query Language)., (*5)

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:, (*6)

composer require na2axl/jsondb

or clone this repository and install it yourself:, (*7)

git clone https://github.com/ElementaryFramework/JSONDB.git

Once installed, you can read this getting started page to learn how to use JSONDB., (*8)

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., (*9)

Authors

(c) 2016 - 2018 Aliens Group. Licensed under MIT (read license)., (*10)

The Versions

13/07 2018

dev-master

9999999-dev https://github.com/ElementaryFramework/JSONDB

Manage JSON files as databases with JSON Query Language (JQL).

  Sources   Download

MIT

The Requires

  • php ^7.1.10

 

database file json nosql db

10/09 2016

v1.2.0

1.2.0.0 https://github.com/na2axl/jsondb-php

Manage JSON files as databases with JSON Query Language (JQL).

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

database file json nosql db

29/08 2016

v1.1.4

1.1.4.0 https://github.com/na2axl/jsondb-php

Manage JSON files as databases with JSON Query Language (JQL).

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

database file json nosql db

28/08 2016

v1.1.3

1.1.3.0 https://github.com/na2axl/jsondb-php

Manage JSON files as databases with JSON Query Language (JQL).

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

database file json nosql db

27/08 2016

v1.1.2

1.1.2.0 https://github.com/na2axl/jsondb-php

Manage JSON files as databases with JSON Query Language (JQL).

  Sources   Download

MIT

database file json nosql db

22/08 2016

v1.0.1

1.0.1.0 https://github.com/na2axl/jsondb-php

Manage local databases with JSON files and JSONDB Query Language (JQL).

  Sources   Download

MIT

database file json nosql db

21/08 2016

v1.0.0

1.0.0.0 https://github.com/na2axl/jsondb-php

Manage local databases with JSON files and JSON Query Language (JQL).

  Sources   Download

MIT

database file json nosql db