]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commit
Provide a default connection string (for sqlite).
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 29 Dec 2013 23:55:30 +0000 (18:55 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 29 Dec 2013 23:55:30 +0000 (18:55 -0500)
commitcdd0f36ab4aa8aadc416f6b9cbe6117c26d2ddf2
treed1a2aee77b007cc843822cfff2035f85a4215e1c
parentce611b60b9c42e176b215453f0d0f862d2d5d0fd
Provide a default connection string (for sqlite).
Implement the backend choice; you can now really choose your database.
htsn-import.cabal
src/Backend.hs
src/Configuration.hs
src/ConnectionString.hs [new file with mode: 0644]
src/ExitCodes.hs
src/Main.hs
src/OptionalConfiguration.hs