Struct vervolg::schema::Database [] [src]

pub struct Database {
    pub schemata: BTreeMap<String, Schema>,
}

the logical database, which is a collection of schemata

Fields

Methods

impl Database
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Database
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Database

impl Sync for Database