[web-devel] [Yesod][Persist] Like keyword

Greg Weber greg at gregweber.info
Tue Dec 21 12:46:58 CET 2010


mongoDB does not have LIKE. But it has regular expressions, so LIKE is easy
to implement.
I doubt Redis has anything here. A true key-value store like Redis already
doesn't make much sense with the filtering 'Where' queries. I think of
Persistent not as a key-value friendly store, but as a noSQL friendly
interface (no joins) that something like MongoDB fits in well.

The other think to think about is creating better capabilities for allowing
users to use arbitrary SQL (or mongo queries) with Persistent.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/web-devel/attachments/20101221/78a32025/attachment.htm>


More information about the web-devel mailing list