metabase / toucan

A classy high-level Clojure library for defining application models and retrieving them from a DB
Eclipse Public License 1.0
570 stars 49 forks source link

Add ns qualified keyword options to IModel #96

Closed bolivier closed 2 years ago

bolivier commented 2 years ago

@camsaul

Qualified keywords are pretty common in Clojure, and either inferring them from table names or providing them per-model would be nice to have.

I'm using next.jdbc right now, and it's handling a lot of that for me.

camsaul commented 2 years ago

Hi @bolivier, I'm currently working on Toucan 2. It's pretty close to being ready for use (and I still need to write a lot of documentation) but I'm planning on adding namespaced keyword support there. Toucan 2 uses next.jdbc and Honey SQL 2 under the hood

bolivier commented 2 years ago

@camsaul Very cool!

Let me know if you're looking for any help; I'd love to contribute what I can :slightly_smiling_face: