Module barrel::table [] [src]

Table builder API module

A table in this module represents directly a table in an SQL database. Each table is initialised (for you) with a backend which corresponds to the one selected for your schema in general.

You also don't explicitly have to call exec which is (again) done for you by the schema::exec() function.

Structs

Table