pub fn table<T>(name: T) -> Table<T>
Create a new Table with the given name.
Table
use diesel_dynamic_schema::table; let users = table("users");