Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 707 Bytes

introduction.md

File metadata and controls

26 lines (16 loc) · 707 Bytes

Introduction

Introduction

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.

Requirements

  • Adobe ColdFusion 11+
  • Lucee 4.5+

Supported Databases

  • MySQL
  • Microsoft SQL Server
  • Oracle 11g
  • Postgres