{"id":52569,"library":"gobuffalo-fizz","title":"Fizz","description":"A common DSL for writing SQL database migrations.","status":"active","version":"1.14.4","language":"go","source_language":null,"source_url":"https://github.com/gobuffalo/fizz","tags":["migrations","sql","dsl","database"],"install":[{"cmd":"go get github.com/gobuffalo/fizz","lang":"bash","label":"Install github.com/gobuffalo/fizz"}],"dependencies":[],"imports":[{"symbol":"fizz","correct":"github.com/gobuffalo/fizz"}],"quickstart":{"code":"package main\n\nimport (\n    \"fmt\"\n    \"github.com/gobuffalo/fizz\"\n    \"github.com/gobuffalo/fizz/translators\"\n)\n\nfunc main() {\n    t := translators.NewPostgres()\n    f := fizz.NewFromTranslator(t)\n    sql, err := f.Generate(\"create_table(\\\"users\\\") { t.Column(\\\"name\\\", \\\"string\\\", {}) }\")\n    if err != nil {\n        fmt.Println(err)\n        return\n    }\n    fmt.Println(sql)\n}","lang":"go","description":"Generates SQL for creating a users table using the Fizz DSL."},"warnings":[],"env_vars":null,"search_vec":"'common':3 'databas':8,13 'dsl':4,12 'fizz':1 'migrat':9,10 'sql':7,11 'write':6","created_at":"2026-06-15T07:00:21.261686+00:00","updated_at":"2026-06-15T07:00:21.261686+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/gobuffalo/fizz","github":"https://github.com/gobuffalo/fizz","docs":"https://pkg.go.dev/github.com/gobuffalo/fizz#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}