úι8    None%& !OIDs for all types used by Selda. !OIDs for all types used by Selda.!OIDs for all types used by Selda.!OIDs for all types used by Selda.!OIDs for all types used by Selda.!OIDs for all types used by Selda.!OIDs for all types used by Selda.6Convert a parameter into an postgres parameter triple.7Convert the given postgres return value and type to an SqlValue.kRead an integer from a strict bytestring. Assumes that the bytestring does, in fact, contain an integer.'Reify a builder to a strict bytestring.MConvert a lazy bytestring to a strict one. Avoids the copying overhead of i when there's only a single chunk, which should always be the case when serializing single parameters.  None!"%& "PostgreSQL connection information.Host to connect to.Port to connect to.Name of database to use.*Username for authentication, if necessary.*Password for authentication, if necessary.ZConnect to the given database on the given host, on the default PostgreSQL port (5432): 6withPostgreSQL ("my_db" `on` "example.com") $ do ...HAdd the given username and password to the given connection information: NwithPostgreSQL ("my_db" `on` "example.com" `auth` ("user", "pass")) $ do ...OFor more precise control over the connection options, you should modify the  directly. “Perform the given computation over a PostgreSQL database. The database connection is guaranteed to be closed when the computation terminates.  Create a  for PostgreSQL  Convert  into  ByteStringOCustom column types for postgres: auto-incrementing primary keys need to be  BIGSERIAL, and ints need to be INT8. \Unique database identifier. Preferably the connection string used to open the connection.PostgreSQL connection object.      74      !"#$%/selda-postgresql-0.1.3.0-7VYJaYeHofr7bjiLprqYdlDatabase.Selda.PostgreSQL"Database.Selda.PostgreSQL.Encoding PGConnectInfopgHostpgPort pgDatabase pgUsername pgPasswordonauthwithPostgreSQL pgBackend pgConnStringboolTypeintTypetextType doubleTypedateTypetimeType timestampType fromSqlValue toSqlValuereadInttoBSunChunkbytestring-0.10.8.1Data.ByteString.LazytoStrict$selda-0.1.5.0-FPpE6kntciaG756Y1lgyQ0Database.Selda.Backend SeldaBackend.postgresql-libpq-0.9.3.0-3hQCxFsBezA9tQ0YdNvQt"Database.PostgreSQL.LibPQ.Internal Connection pgColType pgQueryRunner