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

Database.Sqlite

Description

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

Synopsis

Documentation

data Statement Source

The MVar is only used for insuring the statement is not double-finalized. It won't stop you from using a statement after it's been finalized.

data StepResult Source

Constructors

Row 
Done