Skip to main content

Crate rust_ef_postgres

Crate rust_ef_postgres 

Source
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.