| Safe Haskell | None |
|---|
Database.Sqlite
Description
A port of the direct-sqlite package for dealing directly with
PersistValues.
Documentation
data Connection Source
Constructors
open :: Text -> IO ConnectionSource
close :: Connection -> IO ()Source
step :: Statement -> IO StepResultSource
reset :: Connection -> Statement -> IO ()Source
changes :: Connection -> IO Int64Source