aldy505 / bob

SQL query builder for Go. Might also be used as an extension for Squirrel.
https://pkg.go.dev/github.com/aldy505/bob
MIT License
17 stars 1 forks source link

`CreateIndex` for create an index outside the `CreateTable` function #6

Closed aldy505 closed 3 years ago

aldy505 commented 3 years ago

Might be different for all the databases.

SQLite3 needs CREATE INDEX ... yet MySQL and PostgreSQL needs ALTER TABLE ...