holistics/dbml

Add support for gin indexes

Opened this issue · 0 comments

Right now the docs mention several types of indexes but only two are supported (emphasis mine):

type: type of index (btree, gin, gist, hash depending on DB). For now, only type btree and hash are accepted.

Adding better support for index types seems straightforward and would add a lot of value for systems where more than just btree and hash indexes are common.