On the monger page there is an example. There is also a clj-file with the
example. I used the example to test monger first.
Might be a good idea to use this example first.



Am Freitag, 6. April 2012 schrieb Simone Mosciatti <mweb....@gmail.com>:
> Ok, honestly from the readme of github i like better monger,
> but when i try to run it into the shell swank it doesn't work...
> It is a new problem ?
> .>(use 'monger.collection)
> ;=> Error
> .>(:use 'monger.collection)
> ;=> nil ;; I guess ok
> .> (insert ,,)
> ;=> Error non var named insert (or something like that)
> Is ok this behavior, or is some problem ?
> (Do you need more info ???)
> Il giorno mercoledì 4 aprile 2012 16:50:52 UTC-5, Michael Klishin ha
scritto:
>>
>> Marcus Lindner:
>>
>> > But it might be intersting to see the opinions from more experienced
people ;).
>>
>> Monger [1] has several things Congomongo does not (or did not last time
I looked at it):
>>
>> * No integration of clj-time (transparent Joda Time types serialization)
>> * No integration with clojure.data.json
>> * No query DSL à la Korma
>> * No recommended way of validating your data
>>
>> Which means more choices to make and boilerplate code to write on your
part. For basic usage they are probably very similar.
>>
>> CongoMongo still supports Clojure 1.2 while Monger was created from the
ground up for 1.3 and its dependencies such as Validateur [2] also require
Clojure 1.3. So if you have reasons to use 1.2, CongoMongo is a safe bet.
>>
>> Full disclosure: I am the author of Monger.
>>
>> 1. https://github.com/michaelklishin/monger
>> 2. https://github.com/michaelklishin/validateur
>>
>> MK
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to