It works for Postgres - I have no idea about MongoDB (well, actually I have some ideas about MongoDB but they're not very pleasant ones:-)
Anyone with Mongo experience care to comment? On Thu, Nov 20, 2014 at 4:07 PM, ENTR0PY <[email protected]> wrote: > Does the feature actually work, was it ready for use? > > On Wednesday, November 19, 2014 10:35:28 PM UTC-4, ENTR0PY wrote: >> >> hello i have a table named rating >> with the columns : >> _id >> rating >> >> my model is below , but when i do boss_db:find(rating,[]). >> it retuns an empty list [] >> >> for completeness the table has 2 records >> >> -module(rating , [Id , Rating]). >> -table("rating"). >> -columns([{id , "id"} , {rating , "rating"}]). >> -compile(export_all). >> >> >> > -- > You received this message because you are subscribed to the Google Groups > "ChicagoBoss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at http://groups.google.com/group/chicagoboss. > To view this discussion on the web visit > https://groups.google.com/d/msgid/chicagoboss/aa84b4a5-e3af-476c-81ce-6abe95e23e71%40googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. -- David N. Welton http://www.welton.it/davidw/ http://www.dedasys.com/ -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/chicagoboss. To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/CA%2Bb9R_sffaq70Vd8%2BNvvzMfX4MOpc83GtNpn4r4XYaeew7qscg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
