[][src]Module warpgrapher::engine::database

Traits and helper structs for interacting with the graph storage database

Enums

DatabasePool

Contains a pool of database connections, or an enumeration variant indicating that there is no back-end database

Traits

DatabaseEndpoint

Trait for a database endpoint. Structs that implement this trait typically take in a connection string and produce a database pool of clients connected to the database