selda-sqlite-0.1.2.0: SQLite backend for the Selda database EDSL.

Safe HaskellNone
LanguageHaskell2010

Database.Selda.SQLite

Description

SQLite3 backend for Selda.

Synopsis

Documentation

withSQLite :: (MonadIO m, MonadMask m) => FilePath -> SeldaT m a -> m a Source #

Perform the given computation over an SQLite database. The database is guaranteed to be closed when the computation terminates.