You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sqlite3 db.sqlite 'create table categories (id string, name string, description string);'
go run main.go category create --name "lang" --description "go"