Crate eloquent_core

Source
Expand description

§Eloquent Core

The core library for building SQL queries. This library is used by the Eloquent library to build SQL queries.

Modules§

error
The error module that contains all the possible errors that can occur while building a query.

Macros§

eloquent_sql_row

Structs§

QueryBuilder
The main builder struct that holds all the query building information.
SubqueryBuilder
The subquery builder struct that holds all the subquery building information.

Traits§

Columnable
Selectable
ToSql