Website: Fix links in Documentation /development/database #104309

Merged
Sybren A. Stüvel merged 2 commits from abelli/flamenco:fix-doc-links into main 2024-05-16 08:26:08 +02:00
Showing only changes of commit 50eead836e - Show all commits

View File

@ -13,8 +13,8 @@ in this process.
## SQLC
Flamenco mostly uses [GORM][gorm] for interfacing with its SQLite database. This
is gradually being phased out, to be replaced with [SQLC][sqlc].
Flamenco mostly uses [GORM](https://gorm.io/index.html) for interfacing with its SQLite database. This
is gradually being phased out, to be replaced with [SQLC](https://sqlc.dev/).
To generate the SQLC schema file:
```sh