Module database

Module database 

Source
Expand description

Database abstraction layer

This module provides a database-agnostic interface for schema discovery and data retrieval.

Re-exports§

pub use traits::DatabaseProvider;

Modules§

postgres
PostgreSQL database provider implementation
sqlite
SQLite database provider implementation
traits
Database provider trait