Kyle Hanson
Kyle Hanson
Actually I'll show my benchmarks: With this bench: ``` {-# LANGUAGE GADTs, TypeFamilies, TemplateHaskell, QuasiQuotes, FlexibleInstances #-} import Control.Monad.IO.Class (liftIO) import Control.Monad import Database.Groundhog.TH import Database.Groundhog.Sqlite import Data.Text (Text, pack)...
I agree. It is a big change (It started with PersistValue and then I kinda got carried away). There are essentially 3 parts to this: 1. ) PerstistValue 2. )...
@lykahb I'm currently writing a RethinkDB backend and am particularly interested in this issue. Having a Streaming instance opens up change subscriptions in Rethink and tailable cursors in MongoDB (Although...
This looks like it should work! Thanks. When I finish up my RethinkDB backend I'll take a look at implement `groundhog-conduit`
@skirino I thought about what you said and reverted the change to `Config`. I added `:data_environment` to `opts` next to `:persistence_dir` and it is rather nice since it is only...
Thanks for creating this issue. Regarding etcd, the next release of Wheb will feature tighter Docker integration and will support etcd. For Auth tokens, I will put this on the...