2017 © Pedro Peláez
 

library sql

A simple database abstraction layer, with an on disk caching facility

image

duncan3dc/sql

A simple database abstraction layer, with an on disk caching facility

  • Monday, August 21, 2017
  • by duncan3dc
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

sql

A simple database abstraction layer for PHP, with an on disk caching facility, (*1)

Full documentation is available at http://duncan3dc.github.io/sql/
PHPDoc API documentation is also available at http://duncan3dc.github.io/sql/api/, (*2)

Latest Stable Version Build Status Coverage Status, (*3)

Installation

The recommended method of installing this library is via Composer., (*4)

Run the following command from your project root:, (*5)

$ composer require duncan3dc/sql

Getting Started

use duncan3dc\Sql\Sql;
use duncan3dc\Sql\Drivers\Mysql\Server;

require __DIR__ . "/vendor/autoload.php";

$sql = new Sql(new Server($hostname, $username, $password));

$row = $sql->select("table", [
    "field1"    =>  "value1",
]);
print_r($row);

Read more at http://duncan3dc.github.io/sql/, (*6)

Changelog

A Changelog has been available since the beginning of time, (*7)

Where to get help

Found a bug? Got a question? Just not sure how something works?
Please create an issue and I'll do my best to help out.
Alternatively you can catch me on Twitter, (*8)

The Versions

21/08 2017

dev-cache

dev-cache https://github.com/duncan3dc/sql-class

A simple database abstraction layer, with an on disk caching facility

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

database sql cache postgres mssql mysql mysqli abstraction sqlite odbc sqlsrv redshift

21/08 2017

dev-sql-class

dev-sql-class https://github.com/duncan3dc/sql-class

A simple database abstraction layer, with an on disk caching facility

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

database sql cache postgres mssql mysql mysqli abstraction sqlite odbc sqlsrv redshift

20/08 2017

dev-sql-class-drivers

dev-sql-class-drivers https://github.com/duncan3dc/sql-class

A simple database abstraction layer, with an on disk caching facility

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

database sql cache postgres mssql mysql mysqli abstraction sqlite odbc sqlsrv redshift

20/08 2017

dev-mssql

dev-mssql https://github.com/duncan3dc/sql-class

A simple database abstraction layer, with an on disk caching facility

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

database sql cache postgres mssql mysql mysqli abstraction sqlite odbc sqlsrv redshift

20/08 2017

dev-appveyor

dev-appveyor https://github.com/duncan3dc/sql-class

A simple database abstraction layer, with an on disk caching facility

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

database sql cache postgres mssql mysql mysqli abstraction sqlite odbc sqlsrv redshift

20/08 2017

dev-master

9999999-dev https://github.com/duncan3dc/sql-class

A simple database abstraction layer, with an on disk caching facility

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

database sql cache postgres mssql mysql mysqli abstraction sqlite odbc sqlsrv redshift

01/03 2017

dev-scratch

dev-scratch https://github.com/duncan3dc/sql-class

A simple database abstraction layer, with an on disk caching facility

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

database sql cache postgres mssql mysql mysqli abstraction sqlite odbc sqlsrv redshift