Download the PHP package apitin/database without Composer
On this page you can find all versions of the php package apitin/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
Apitin database
Database (PDO) extensions for apitin/apitin
with query builder and ORM (as active record)
See https://github.com/wex/apitin-apitin to learn more.
Notice: master branch is still work in progress - only use stable releases!
Building query
How to define an active record
Table()
- If
$timeStamps
is true, you also need columnscreated_at
andupdated_at
. - If
$softDelete
is true, you need columndeleted_at
.
Column()
Column types
Create user
Read a single user (with PK=5)
Edit user (with PK=5)
Delete user (with PK=5)
Find single user
Find multiple users
All versions of database with dependencies
PHP Build Version
Package Version
The package apitin/database contains the following files
Loading the files please wait ....