beam-automigrate-0.1.6.0: DB migration library for beam, targeting Postgres.
Safe HaskellNone
LanguageHaskell2010

Database.Beam.AutoMigrate.Postgres

Synopsis

Documentation

getSchema :: Connection -> IO Schema Source #

Connects to a running PostgreSQL database and extract the relevant Schema out of it.

Orphan instances