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

Safe HaskellNone

Database.Sqlite

Description

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

Documentation

data Statement

data StepResult

Constructors

Row 
Done 

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

bindInt64 :: Statement -> Int -> Int64 -> IO ()

bindNull :: Statement -> Int -> IO ()

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