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§
Enums§
- Database
Backend Type - Database backend type enumeration