Module barrel::generators [] [src]

AN SQL string generator module

Each database backend generates different SQL syntax and abstracts the differences in implementations away from the migration implementation.

The central traits are contained in the root of this module to provide interoperability between different database backends

Modules

postgres

The postgresql SQL generator backend

Traits

DatabaseGenerator

A module which generates SQL syntax focused around generating basic SQL database statements

TableGenerator

A module which generates SQL syntax foused around generating table manipulation statements