moigagoo / norm

A Nim ORM for SQLite and Postgres
https://norm.nim.town
MIT License
378 stars 34 forks source link

Create Index If Not Exists #199

Closed LichtBuch closed 3 weeks ago

LichtBuch commented 7 months ago

Added "IF NOT EXISTS" to index/uniqueIndex creation via pragmas. I did this so it's more in line with creating tables and to be able to run a migration regardless of whether the table is already built (before you would get an Exception when trying to build an existing database).

moigagoo commented 7 months ago

@LichtBuch thanks for the contribution! Could you please add a changelog.md update to your PR? Just add a line about your change.