| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Control.Flipper.Adapters.Postgres.Models
Contents
- data Feature = Feature {}
- type FeatureId = Key Feature
- migrateAll :: Migration
- mkFeature :: FeatureName -> Bool -> IO Feature
- runMigrations :: ConnectionPool -> IO [Text]
- module Database.Persist.Postgresql
Documentation
Constructors
| Feature | |
Fields
| |
Instances
| Eq Feature Source # | |
| Show Feature Source # | |
| PersistFieldSql Feature Source # | |
| PersistEntity Feature Source # | |
| PersistField Feature Source # | |
| ToBackendKey SqlBackend Feature Source # | |
| Eq (Key Feature) Source # | |
| Ord (Key Feature) Source # | |
| Read (Key Feature) Source # | |
| Show (Key Feature) Source # | |
| ToJSON (Key Feature) Source # | |
| FromJSON (Key Feature) Source # | |
| ToHttpApiData (Key Feature) Source # | |
| FromHttpApiData (Key Feature) Source # | |
| PathPiece (Key Feature) Source # | |
| PersistFieldSql (Key Feature) Source # | |
| PersistField (Key Feature) Source # | |
| data Unique Feature Source # | |
| data EntityField Feature Source # | |
| data Key Feature Source # | |
| type PersistEntityBackend Feature Source # | |
runMigrations :: ConnectionPool -> IO [Text] Source #
Performs non-destructive database schema migrations.
module Database.Persist.Postgresql