On Fri, Jun 10, 2011 at 3:26 PM, Asim Jalis <asimja...@gmail.com> wrote:
> I tried this also and it works quite well. Do you have any pointers to
> information on how to access the datastore on Heroku through Clojure?
> The documentation seemed sketchy on their non-Ruby offerings.

I've not tried it, but I think it is a postgres database, so I assume
that you can add the postgres jdbc driver to your project.clj file,
and then use jdbc to access the database?

http://mvnrepository.com/artifact/postgresql/postgresql

Not sure which version you need to use, the latest is:
[postgresql/postgresql "9.0-801.jdbc4"]

-- 
Dave

-- 
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