Skip to main content

Module db

Module db 

Source
Expand description

Database connection facilities.

Re-exports§

pub use activity::*;
pub use actor::*;
pub use crypto::*;
pub use object::*;

Modules§

activity
Database activity records.
actor
Database Actor records.
crypto
object
Database object records.

Structs§

Db
Represents a database connection.
DbConfig
Represents configuration settings for a DB connection.
Iri
Represents a IRI SQL database record.
Name
Represents a Name SQL database record.
TableEntry
Represents a table entry reference.
Uuid
A Universally Unique Identifier (UUID).

Enums§

ActivityType
Represents the Activity type variants.
ActorType
Represents the Actor type variants.
KeyType
Represents the SQL key type variants.
TableType
Represents the table type for a TableEntry.