platine-php/database

Platine Database is the abstraction layer using PDO with support of query and schema builder

v1.0.1 2024-01-30 05:46 UTC

This package is auto-updated.

Last update: 2024-04-30 00:39:26 UTC


README

Platine Database is the abstraction layer using PDO with support of query and schema builder

Project Status Latest Stable Version Latest Unstable Version Total Downloads License
Tests Quality Score Codacy Badge Codacy Badge

Requirements

  • PHP >= 7.4, PHP 8

Installation

Using composer (recommended)

composer require platine-php/database

Current supported drivers

  • MySQL/MariaDB
  • SQLite
  • PostgreSQL
  • Oracle
  • Microsoft SQL Server

License

MIT License and Apache License 2.0 See LICENSE.MD

Resources