clj-gae-datastore
clj-gae-datastore copied to clipboard
A Clojure mini-language for the Google App Engine Datastore
Hello. I evaluated the following code. (datastore/store-entities! _books_) and i got the follwing error. I don't know what should i do. java.lang.NullPointerException: No API environment is registered for this thread....
The front page says: "Please note that clj-gae-datastore is not yet working with Clojure >= 1.2.0" But this commit suggests it works with 1.4: https://github.com/smartrevolution/clj-gae-datastore/commit/89282152f6c3f2c3fe36eb74d84f1560eb8b3a3e Which is it? Could the...