spendshelf-backend icon indicating copy to clipboard operation
spendshelf-backend copied to clipboard

implement database schema migrations

Open SuddenGunter opened this issue 4 years ago • 0 comments

This project uses pgx as db driver. pgx has no default schema migrations mechanism, so at the moment db schema must be managed manually. I would be happy if somebody can implement (or use any existing package for it, like migrate) some way for automatic schema management and migrations.

SuddenGunter avatar Oct 04 '20 16:10 SuddenGunter