What should I use if I want both deriving SQL 'create table' from haskell types automatically and relational queries ?
Persistent and acid-state are both 'No SQL' ? I guess there is only groundhog?
While Persistent supports some NoSQL databases, it definitely works with SQL databases. And with esqueleto[1] you can even write type-safe SQL queries in Haskell. [1] http://hackage.haskell.org/package/esqueleto On Thu, Apr 3, 2014 at 7:34 PM, ducis <ducis_cn@126.com> wrote:
Persistent and acid-state are both 'No SQL' ? I guess there is only groundhog?
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
Persistent works with PostgreSQL, SQLite and some other SQL databases. On Thu, Apr 3, 2014 at 5:34 PM, ducis <ducis_cn@126.com> wrote:
Persistent and acid-state are both 'No SQL' ? I guess there is only groundhog?
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (3)
-
ducis -
Michael Snoyman -
Tom Nielsen