| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Hasql.Generate.Class
Synopsis
- class HasDelete (a :: k) where
- class HasEnum a where
- class HasInsert a where
- insert :: a -> Session a
- insertMany :: [a] -> Session [a]
- class HasPrimaryKey a where
- class HasSelect a where
- class HasUpdate a where
- update :: a -> Session (Maybe a)
- updateMany :: [a] -> Session [a]
- class HasView a where
- selectView :: Session [a]