Module backends

Source
Expand description

Database Backend Abstractions

This module provides database backend abstractions to support multiple database types (PostgreSQL, MySQL, SQLite, etc.) through common traits and interfaces.

Re-exports§

pub use postgres::PostgresBackend;
pub use core::*;

Modules§

core
Core Database Backend Traits
postgres
PostgreSQL Backend Implementation

Enums§

DatabaseBackendType
Database backend type enumeration