persistent-sqlite-2.1.1.2: Backend for the persistent library using sqlite3.

Safe HaskellNone
LanguageHaskell98

Database.Sqlite

Description

A port of the direct-sqlite package for dealing directly with PersistValues.

Documentation

data StepResult Source

Constructors

Row 
Done 

bindInt :: Statement -> Int -> Int -> IO () Source

bindText :: Statement -> Int -> Text -> IO () Source

bind :: Statement -> [PersistValue] -> IO () Source

column :: Statement -> Int -> IO PersistValue Source

columns :: Statement -> IO [PersistValue] Source