Download the PHP package jasny/dbquery-mysql without Composer
On this page you can find all versions of the php package jasny/dbquery-mysql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jasny/dbquery-mysql
More information about jasny/dbquery-mysql
Files in jasny/dbquery-mysql
Download jasny/dbquery-mysql
More information about jasny/dbquery-mysql
Files in jasny/dbquery-mysql
Vendor jasny
Package dbquery-mysql
Short Description Query builder and parser for MySQL
License MIT
Homepage http://jasny.github.com/dbquery-mysql
Package dbquery-mysql
Short Description Query builder and parser for MySQL
License MIT
Homepage http://jasny.github.com/dbquery-mysql
Please rate this library. Is it a good library?
Informations about the package dbquery-mysql
Persist - SQL Query
This library is designed to be the ultimate tool for building, splitting and modifying queries.
Automatic smart quoting helps against SQL injection and problems with reserved keywords.
Supported SQL dialects
- Generic (ANSI standard)
- MySQL
- PostgreSQL (todo)
- SQLite (todo)
Installation
composer install jasny/persist-sql-query
Examples
Add WHERE
conditions and an OFFSET
to a SELECT
query
Map fields for an INSERT INTO ... SELECT ... ON DUPLICATE KEY
query
All versions of dbquery-mysql with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package jasny/dbquery-mysql contains the following files
Loading the files please wait ....