persistent-sqlite-2.1.0.1: 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