persistent-sqlite-1.1.3: 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 StepResult Source

Constructors

Row 
Done 

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