qb is a fluent query builder for ColdBox. It is heavily inspired by Eloquent from Laravel.
Using qb, you can:
- Quickly scaffold simple queries
- Make complex, out-of-order queries possible
- Abstract away differences between database engines
qb database query builder provides a convenient, fluent interface to creating and running database queries. It can be used to perform most database operations in your application and works on all supported database systems.
- Adobe ColdFusion 11+
- Lucee 4.5+
- MySQL
- Microsoft SQL Server
- Oracle 11g
- Postgres