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 StepResult Source

Constructors

Row 
Done 

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

column :: Statement -> Int -> IO PersistValueSource

columns :: Statement -> IO [PersistValue]Source