Download the PHP package sql/genericsqlformat without Composer
On this page you can find all versions of the php package sql/genericsqlformat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sql/genericsqlformat
More information about sql/genericsqlformat
Files in sql/genericsqlformat
Download sql/genericsqlformat
More information about sql/genericsqlformat
Files in sql/genericsqlformat
Vendor sql
Package genericsqlformat
Short Description SQL helper, Generic SQL Format
License MIT
Homepage https://github.com/romulo126/GenericSQLFormat
Package genericsqlformat
Short Description SQL helper, Generic SQL Format
License MIT
Homepage https://github.com/romulo126/GenericSQLFormat
Please rate this library. Is it a good library?
Informations about the package genericsqlformat
PHP Generic Query SQL
Composer Install
composer require sql/genericsqlformat
Description
simple query generator for PHP
OBS:
- All classes have manualQueryBuilder() method where you can pass a string with the query
- The database connection settings are in the Config folder in the Config.php file
- If you don't want to use environment edit the config file
Required
- PHP 7.0+
- Composer
- ENVIRONMENT VARIABLES
ENVIRONMENT VARIABLES
- GENERICSQLFORMAT_HOST
- GENERICSQLFORMAT_USER
- GENERICSQLFORMAT_PASSWORD
- GENERICSQLFORMAT_DATABASENAME
- GENERICSQLFORMAT_PORT // 5432 (PostgreSQL), 3306 (MySQL), 1521 (Oracle)
- GENERICSQLFORMAT_DRIVE //mysql, pgsql, sqlite, sqlsrv, oci, mssql, dblib, oracle,
Usage
-
Select:
-
Select Join
-
Update:
-
Insert:
- OBS:
- The setDates method expects an array where the key is the table column and the value and value to be inserted into that column
- OBS:
- Delete:
All versions of genericsqlformat with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package sql/genericsqlformat contains the following files
Loading the files please wait ....