arthurkushman / buildsqlx

Go database query builder library for PostgreSQL
MIT License
172 stars 17 forks source link

Add `INCLUDE` keyword to add included fields #76

Closed arthurkushman closed 2 years ago

arthurkushman commented 2 years ago
CREATE UNIQUE INDEX title_idx ON films (title) INCLUDE (director, rating);
arthurkushman commented 2 years ago

https://github.com/arthurkushman/buildsqlx/releases/tag/v0.8.2