Re: pocket-sql - generating and running sql queries.
Steven Dobay <[email protected]>
| Newsgroups | gmane.comp.lang.scala |
|---|---|
| Message-ID | <[email protected]> |
Nice project, but I think it is more similar to squeryl <https://github.com/squeryl/squeryl>. Thanks for showing it! Now, I remember what I forgot to implement... One small concern after skimming through the docs: The join 'ON' clause > should support general boolean expression, not just a pair of fields (even > if that's the most common use-case). > I thought about it, and it would be easy to implement. But I think it's safer to join table like this. Other predicates need to be defined in the where clause. Regards, Steven On Tuesday, June 9, 2015 at 5:36:45 PM UTC+2, Alvaro Carrasco wrote: > > Interesting. That seems very similar to my project, in purpose and general > approach: > https://devstack.io/scoop > > One small concern after skimming through the docs: The join 'ON' clause > should support general boolean expression, not just a pair of fields (even > if that's the most common use-case). > > Alvaro > > 2015-06-09 1:55 GMT-06:00 Steven Dobay <[email protected] <javascript:>> > : > >> Hi all, >> I've started to develop this >> <https://github.com/stevendobay/pocket-sql> and if there will be any >> interest in it I'll enhance it and make a release in the future. Any >> thoughts? >> >> Regards, Steven. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "scala-language" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "scala-language" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.