Safe Haskell | None |
---|---|
Language | Haskell2010 |
Definition of internal DBT state.
- data DBState m = DBState {
- dbConnection :: !Connection
- dbConnectionSource :: !(ConnectionSourceM m)
- dbTransactionSettings :: !TransactionSettings
- dbLastQuery :: !SomeSQL
- dbQueryResult :: !(forall row. FromRow row => Maybe (QueryResult row))
Documentation
Internal DB state.
DBState | |
|