sqlite-simple-0.4.5.2: Mid-Level SQLite client library

Copyright(c) 2012 Leon P Smith (c) 2012-2014 Janne Hellsten
LicenseBSD3
MaintainerJanne Hellsten <jjhellst@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Database.SQLite.Simple.Time

Description

Conversions to/from Haskell UTCTime and Day types for SQLite3. Offers better performance than direct use of time package's 'read'/'show' functionality.

The parsers are heavily adapted for the specific variant of ISO 8601 that SQLite uses, and the printers attempt to duplicate this syntax.

Documentation