selective/database

This package is abandoned and no longer maintained. The author suggests using the cakephp/database package instead.

SQL query builder

3.2.0 2022-11-26 11:49 UTC

This package is auto-updated.

Last update: 2022-11-26 12:32:25 UTC


README

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 8.0+
  • MySQL 5.7+ or 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.

Similar libraries

License

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