odan/database

A sql query builder


Keywords
database, sql, mysql, query, builder, pdo, php, query-builder, sql-query-builder
License
MIT

Documentation

Database

A fluent SQL query builder.

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Features

  • Fluent SQL query builder
  • Table schema information and manipulation

Installation

composer require selective/database

Requirements

  • PHP 7.2+
  • MySQL 5.7+, MariaDB

Documentation

The database query builder provides a convenient, fluent interface for creating and executing database queries. It can be used to perform most database operations in your PHP website and application.

For more details how to build queries please read the documentation.

Security

If you discover any security related issues, please email instead of using the issue tracker.

Similar libraries

License

The MIT License (MIT). Please see License File for more information.