2017 © Pedro PelĂĄez
 

library sqlite-dbmanagement

a set of php objects and interfaces for a simple use of sqlite databases

image

croak-sqlite-dbmanagement/sqlite-dbmanagement

a set of php objects and interfaces for a simple use of sqlite databases

  • Friday, October 13, 2017
  • by 20centcroak
  • Repository
  • 0 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

SqliteDbManagement

php classes to manage sqlite databases using Croak/DbManagement, (*1)

This is an implementation of DbManagement (https://github.com/20centcroak/DBManagement) to be used with sqlite database. See this package for more information., (*2)

To install this package, use Composer :, (*3)

composer require croak-sqlite-dbmanagement/sqlite-dbmanagement, (*4)

This package is composed of a single class DbManagementSqlite and requires DbManagement, (*5)

DbDbManagementSqlite implement DbManagement with the sqlite syntax and then allows quering very easily in sqlite database., (*6)

For querying with the GET verb, use the following keywords:, (*7)

[fieldName]-up pour trier les données par ordre ascendant sur le champ [fieldName]
[fieldName]-down pour trier les données par ordre descendant sur le champ [fieldName]
[fieldName]-min=XXX pour sélectionner les données telles que [fieldName]>=XXX
[fieldName]-max=XXX pour sélectionner les données telles que [fieldName]<=XXX
[fieldName]=XXX pour sélectionner les données telles que [fieldName]=XXX

Let assume that the route localhost:8080/measures is defined in your app and the fields named "value" and "flag" are defined in the database table, here is an example of a GET request :, (*8)

localhost:8080/measures?value-min=12&value-up&flag-down, (*9)

An example of use can be found in https://github.com/20centcroak/api-iot, (*10)

The Versions

13/10 2017

dev-master

9999999-dev https://github.com/20centcroak/SqliteDbManagement

a set of php objects and interfaces for a simple use of sqlite databases

  Sources   Download

MIT

The Requires

 

by Vincent Paveau

database pdo sqlite

13/10 2017

1.02

1.02.0.0 https://github.com/20centcroak/SqliteDbManagement

a set of php objects and interfaces for a simple use of sqlite databases

  Sources   Download

MIT

The Requires

 

by Vincent Paveau

database pdo sqlite

13/10 2017

1.1

1.1.0.0 https://github.com/20centcroak/SqliteDbManagement

a set of php objects and interfaces for a simple use of sqlite databases

  Sources   Download

MIT

The Requires

 

by Vincent Paveau

database pdo sqlite

12/10 2017

1.01

1.01.0.0 https://github.com/20centcroak/SqliteDbManagement

a set of php objects and interfaces for a simple use of sqlite databases

  Sources   Download

MIT

The Requires

 

by Vincent Paveau

database pdo sqlite

12/10 2017

1.0

1.0.0.0 https://github.com/20centcroak/SqliteDbManagement

a set of php objects and interfaces for a simple use of sqlite databases

  Sources   Download

MIT

The Requires

 

by Vincent Paveau

database pdo sqlite