Struct vervolg::session::Session [] [src]

pub struct Session {
    pub database: Database,
    pub user: String,
    pub default_schema: String,
}

Session state maintainefor interactions with the database.

Fields

The database object describing all known schemata

The user name associated with this session

The default schema associated with this session; for now, this is the same as the user name

Methods

impl Session
[src]

[src]

Trait Implementations

Auto Trait Implementations

impl Send for Session

impl Sync for Session