Closed LargatSeif closed 5 months ago
It's related to https://github.com/drizzle-team/drizzle-orm/releases/tag/0.31.0 I think.
Drizzle changed the way they treat Postgres indexes, and I think the underlying generator in drizzle-dbml-generator
barfs with the "old" index API input.
I will look at this and provide an update if I get around to it...
This should fix it: https://github.com/L-Mario564/drizzle-dbml-generator/pull/13
Β―\_(γ)_/Β―
(Works on my machine anyway π)
hey , first of all thanks for this great lib ππ»
i've encountered this issue when launching the script FYI : tried with ts-node and tsx but without success.
and here is my little script :