SnapObjects.Data.PostgreSql
This package is the PostgreSQL database provider for the SnapObjects ORM (SnapObjects.Data). It contains four classes, PostgreSqlDataContext
, PostgreSqlDataContextOptions
, PostgreSqlDataContextOptions<TAdoDbContext>
and PostgreSqlExtensions
, which allow you to use various parameters (e.g., dataContextOptions
, dbConnection
, and connectionString
) to initialize a new instance of a PostgreSqlDataContext
class and configure the context to connect to a PostgreSql database.