[][src]Module latitude::db

Structs

CreateDatabase

A CREATE DATABASE statement.

DropDatabase

A DROP DATABASE statement. This is a permanent action and the data will most likely be non-recoverable.

Functions

create

Create a CreateDatabase statement

drop

Create a DropDatabase statement. This is a permanent action and the data will most likely be non-recoverable.