pub type SchemaOptions = SchemaNameValue;
Schema options.
struct SchemaOptions { pub ttl: Option<DatabaseTimeToLive>, }
ttl: Option<DatabaseTimeToLive>