The simple answer is
https://clojure.github.io/clojure/javadoc/clojure/java/api/package-summary.html

But since Yesql works by producing Clojure vars in a namespace, doing
*everything* from Java sounds painful -- you'd probably want to sneak in
like one Clojure file with a bunch of defquery statements and then call
into the resulting functions from Java

On Fri, Oct 9, 2015 at 10:12 AM Charles Harvey III <charlesnhar...@gmail.com>
wrote:

> Here's another crazy question...
>
> How would I use this from Java? Seriously though. I might be forced to use
> Java on my next project but I really like Yesql over MyBatis (the closest
> thing in Java Land). Has anyone done it before and can show a small
> example? I don't want to give up my .sql files for xml!!
>
>
> Thanks.
>
>
> Charlie
>
>
>
> On Wednesday, October 7, 2015 at 5:55:11 PM UTC-4, Kris Jenkins wrote:
>
>> Yesql - the Clojure library for using SQL - has just released v0.5.1.
>>
>> The API is much improved - especially if you're using queries with many
>> arguments - so see the migration guide if you're upgrading:
>>
>> My thanks to everyone who has contributed to this release, and for all
>> the users who've been patiently waiting for v0.5 to go official. :-)
>>
>> Kris
>>
> --
> 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 unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to