seancorfield / honeysql

Turn Clojure data structures into SQL
https://cljdoc.org/d/com.github.seancorfield/honeysql/CURRENT
1.78k stars 174 forks source link

Implement CREATE INDEX #517

Closed dancek closed 11 months ago

dancek commented 11 months ago

Fixes #348. Implemented based on the discussion in that issue.

dancek commented 11 months ago

I'll be happy to fix any issues in this PR, whether logical or stylistic!

seancorfield commented 11 months ago

This looks great! Thank you!