> Oh, wow. Thanks for the tip. I will probably do that. Even after > spending a few hours on this esqueleto, it will still save me time to > switch. > > Just gotta figure out how to share database connection information...
Is it really that bad? If it's a major slowdown, just go ahead, but paste what you've tried. Also, I'd suggest moving a subselect into a separate Haskell function, even with strings. Note that with esqueleto, if you change the schema, you'll get a compile time warning. While with strings, it'll happen at runtime. _______________________________________________ Dev mailing list [email protected] https://lists.snowdrift.coop/mailman/listinfo/dev
