Add support for gin indexes
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 3.7k
- Forks
- 233
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 4
Description
Right now the [docs](https://www.dbml.org/docs/#index-settings) 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.
Contributor guide
Assessment
This issue has not been assessed yet.