pub type SchemaOptions = SchemaNameValue;Expand description
Schema options.
Aliased Type§
pub struct SchemaOptions {
    pub ttl: Option<DatabaseTimeToLive>,
    pub extra_options: BTreeMap<String, String>,
}Fields§
§ttl: Option<DatabaseTimeToLive>§extra_options: BTreeMap<String, String>