GET /api/v1/ports/dblab/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "dblab",
    "portdir": "databases/dblab",
    "version": "0.24.0",
    "license": "MIT",
    "platforms": "darwin freebsd linux",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/danvergara/dblab",
    "description": "Interactive client for PostgreSQL and MySQL",
    "long_description": "dblab is a fast and lightweight interactive terminal based UI application for PostgreSQL and MySQL, written in Go and works on OSX, Linux and Windows machines. dblab was created as an attempt to build very simple and portable application to work with local or remote PostgreSQL/MySQL databases.",
    "active": true,
    "categories": [
        "databases"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 995
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "go",
                "clang-17"
            ]
        }
    ],
    "depends_on": []
}