funcool / clojure.jdbc

JDBC library for Clojure
http://funcool.github.io/clojure.jdbc/latest/
Apache License 2.0
105 stars 26 forks source link

Helpers functions to retrieve database metadata #13

Closed i-blis closed 9 years ago

i-blis commented 10 years ago

Would you welcome a namespace adding basic functionality for database metadata retrieval?

i-blis commented 10 years ago

The basic set of helper functions would look like this. If you consider it a valuable enhancement, I'll add doc and tests, and make a pull request.

niwinz commented 10 years ago

clojure.jdbc comes with few of them on jdbc/types/connection.clj but they are no same that your gist.

Obviously, pr is wecome.

Pd: the locatuon of these functions is not very good and it will change in the next version ;)