Download the PHP package jetea/database without Composer
On this page you can find all versions of the php package jetea/database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package database
database
The Jetea Database component.
The following database vendors are currently supported:
- MySQL
- PostgreSQL
Overview
- Installation
- Usage
- get connection
- insert and get insert id
- insert and get the number of rows affected
- update and get the number of rows affected
- select
- delete and get the number of rows affected
- transaction
- get query logs
- execute the given callback in "dry run"(空转) mode
- License
Installation
Usage
get connection
-
MySql
- Postgres
insert and get insert id
insert and get the number of rows affected
update and get the number of rows affected
select
delete and get the number of rows affected
transaction
get query logs
execute the given callback in "dry run"(空转) mode
License
All versions of database with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.3
The package jetea/database contains the following files
Loading the files please wait ....