drifter-0.1.0.1: Simple schema management for arbitrary databases.

Safe HaskellSafe-Inferred
LanguageHaskell2010

Drifter.Types

Documentation

data family Method a Source

class Drifter a where Source

Methods

migrate :: DBConnection a -> [Change a] -> IO (Either String ()) Source

Instances