O2System Database is an Open Source PHP Database Drivers Library. The database drivers in the O2System Database are grouped into two main categories: SQL and NoSQL. O2System Database is built for working more powerfully within O2System Framework, but it can also be used within other frameworks as standalone version with limited features.
Engine | 7.2+ | |
---|---|---|
MySQL / MariaDB | Yes |
http://php.net/manual/en/book.mysqli.php |
PostgreSQL | Yes |
http://php.net/manual/en/book.pgsql.php |
Microsoft SQL Server | Yes |
http://php.net/manual/en/book.mssql.php |
Oracle OCI8 | Yes |
http://php.net/manual/en/book.oci8.php |
Currently we only support for MySQL / MariaDB only.
Engine | 7.2+ | |
---|---|---|
SQLite3 | Yes |
http://php.net/manual/en/book.sqlite3.php |
Microsoft Access | Yes |
- |
Currently we only support for SQLite3 only.
Engine | 7.2+ | |
---|---|---|
MongoDB | Yes |
http://php.net/manual/en/set.mongodb.php |
The best way to install O2System Database is to use Composer
composer require o2system/database
use O2System\Database;
Documentation is available on this repository wiki or visit this repository github page.
Please kindly mail us at [email protected]
Please kindly submit your issues at Github so we can track all the issues along development and send a pull request to this repository.
- PHP 7.2+ with MySQLi or MongoDB Extension
- Composer
- O2System Kernel