goose 是一個用 go 語言編寫的數據庫版本管理的命令行工具。其 github 地址如下:https://github.com/pressly/goose什麼是數據庫版本管理?-----------數據庫版本管理,其實就是對數據表結構的演進的管理。比如,我們有一個用戶表 user,如下:create table if not exists user ( id int autoincrecem ⌘ Read more
goose 是一個用 go 語言編寫的數據庫版本管理的命令行工具。其 github 地址如下:https://github.com/pressly/goose什麼是數據庫版本管理?-----------數據庫版本管理,其實就是對數據表結構的演進的管理。比如,我們有一個用戶表 user,如下:create table if not exists user ( id int autoincrecem ⌘ Read more