hsSqlite3-0.1: Sqlite3 bindingsSource codeContentsIndex
Database.Sqlite3
Documentation
sql :: String -> Db ()Source
bind :: BindStack a => String -> [Stack a] -> Db ()Source
fetch
runSimpleDb :: SimpleDb a -> IO aSource
data Stack a whereSource
Constructors
Nil :: Stack ()
:. :: Stack a -> b -> Stack (Stack a, b)
show/hide Instances
Show (Stack ())
(Show a, Show b) => Show (Stack ((,) a b))
type Nil = Stack ()Source
type :. a b = Stack (a, b)Source
class Cell a whereSource
Methods
bindT :: Int -> a -> Db ()Source
columnT :: Int -> Db aSource
idT :: a -> IntSource
show/hide Instances
Produced by Haddock version 2.4.2