| Copyright | (c) Soostone Inc 2020 |
|---|---|
| License | AllRightsReserved |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe-Inferred |
| Language | GHC2021 |
Napkin.Run.Sqlite
Contents
Description
Documentation
class ReifiesBackend b => Backend b #
Minimal complete definition
Instances
class Command command return backend | backend command -> return #
Minimal complete definition
Instances
sqliteUriSyntax :: Text -> IO FilePath #
Arguments
| :: 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 #