Copyright | (c) Soostone Inc 2020 |
---|---|
License | AllRightsReserved |
Stability | experimental |
Portability | POSIX |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
Documentation
class ReifiesBackend b => Backend b #
Instances
class Command command return backend | backend command -> return #
Instances
sqliteUriSyntax :: Text -> IO FilePath #
:: ConnectionString | |
-> (BackendConn Sqlite -> IO b) | sqlite uri |
-> IO b |
data family BackendSchemaField bk #
Instances
getSchema :: MonadNapkin Sqlite m => BackendConn Sqlite -> Relation -> Ref Table -> m [BackendSchemaField Sqlite] #
data family DbBackendOptions b #