pub fn schema<T>(name: T) -> Schema<T>
Expand description

Create a new Schema with the given name.

Example

use diesel_dynamic_schema::schema;

let schema = schema("users");