I am curious to know why persistent is a dependency, given that it sounds like esqueleto focuses on generating raw SQL.
Is it to get a more consistent interface across multiple database backends? To handle schemas or migrations? Something else I'm missing entirely? Best, Leon On Thu, Sep 6, 2012 at 11:29 PM, Felipe Almeida Lessa < [email protected]> wrote: > Hello! > > In case someone missed it, I've released a new library called > esqueleto: http://blog.felipe.lessa.nom.br/?p=68. It's a type-safe > EDSL for SQL queries that is very close to SQL itself. > > Cheers, > > PS: I just found out that this mailing list exists! =) > > -- > Felipe. > > _______________________________________________ > database-devel mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/database-devel >
_______________________________________________ database-devel mailing list [email protected] http://www.haskell.org/mailman/listinfo/database-devel
