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§

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

Structs§

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

Traits§