Skip to content

Instantly share code, notes, and snippets.

View csierra's full-sized avatar

Carlos Sierra Andrés csierra

View GitHub Profile
@csierra
csierra / upgrade.hs
Last active September 13, 2015 21:11 — forked from adolfopa/upgrade.hs
module Main where
import Database.HDBC
import Database.HDBC.Sqlite3
import Control.Exception
data Ctx = Ctx Connection
type DBResult = Either String ()