LauJensen / clojureql

ClojureQL is superior SQL integration for Clojure
https://clojureql.sabrecms.com
Eclipse Public License 1.0
284 stars 39 forks source link

Augmented connection object #4

Closed kotarak closed 13 years ago

kotarak commented 15 years ago

Augment the used connection object with meta data of the current database. This allows to use more information for query compilation. Eg. it would allow to use the column type, which is needed to set NULLs.

kotarak commented 15 years ago

It would even allow for meta-predicates... table-exists?, etc. Does this make sense/is it useful?