Expand description
PostgreSQL provider for Rust Entity Framework.
Re-exports§
pub use connection::PostgresConnection;pub use di_extension::DbContextOptionsBuilderExt;pub use introspection::introspect_postgres;pub use introspection::DbColumn;pub use introspection::DbTable;pub use provider::PostgresProvider;pub use sql_generator::PostgresSqlGenerator;pub use tls::PgTlsMode;pub use type_mapping::PostgresTypeMapping;
Modules§
- connection
- di_
extension - introspection
- Database introspection - ?reads schema from PostgreSQL information_schema.
- provider
- row_
conversion - sql_
generator - PostgreSQL-specific SQL dialect generator.
- tls
- type_
conversion - type_
mapping - Rust type to PostgreSQL type mapping.