Module minerva_data::db::create
source · [−]Structs
A Diesel statement for creating a database.
Functions
Runs a database creation query, if said database does not exist.
The database in question shall have the same name of a tenant.
This function also expects the endpoint to a database server
(e.g.
localhost:5432
).