[Haskell-cafe] What should I use if I want both deriving SQL 'create table' from haskell types automatically and relational queries ?
Michael Snoyman
michael at snoyman.com
Thu Apr 3 17:02:48 UTC 2014
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 at 126.com> wrote:
> Persistent and acid-state are both 'No SQL' ? I guess there is only
> groundhog?
>
>
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20140403/a6a7d7b4/attachment.html>
More information about the Haskell-Cafe
mailing list