genesis-0.0.1.0: library/Genesis/Persist.hs
module Genesis.Persist
( -- * Connecting to PostgreSQL
-- | The bindings in this section are re-exported from
-- "Genesis.Persist.Base".
PostgresOptions(..)
, postgresOptions
, withPostgresqlPool
, withPostgresqlConn
-- * Compiling and running SQL migrations
-- | The bindings in this section are re-exported from
-- "Genesis.Persist.Migrate".
, runMigrations
) where
import Genesis.Persist.Base
import Genesis.Persist.Migrate