A fluent SQL query builder.
- Fluent SQL query builder
- Table schema information and manipulation
composer require selective/database
- PHP 8.0+
- MySQL 5.7+ or MariaDB
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.
The MIT License (MIT). Please see License File for more information.