{
  "name": "sqlgen",
  "href": "https://vcpkg.link/ports/sqlgen",
  "supports": "all",
  "published_at": "2026-01-01T16:44:55.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/getml/sqlgen/",
  "description": [
    "sqlgen is an ORM and SQL query generator for C++-20, similar to Python's SQLAlchemy/SQLModel or Rust's Diesel."
  ],
  "license": "MIT",
  "version": {
    "type": "semver",
    "value": "0.6.0",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/5fd417f2d01fa23db6d75a3e39a1107697a78e7f/ports/sqlgen",
    "hash": "5fd417f2d01fa23db6d75a3e39a1107697a78e7f"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "reflectcpp",
      "href": "https://vcpkg.link/ports/reflectcpp",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "sqlite3",
      "href": "https://vcpkg.link/ports/sqlite3",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "duckdb",
      "default": [],
      "description": [
        "Enable DuckDB support"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "duckdb",
          "href": "https://vcpkg.link/ports/duckdb",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "mariadb",
      "default": [],
      "description": [
        "Enable MySQL/MariaDB support"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "libmariadb",
          "href": "https://vcpkg.link/ports/libmariadb",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "postgres",
      "default": [],
      "description": [
        "Enable PostgreSQL support"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "libpq",
          "href": "https://vcpkg.link/ports/libpq",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "tests",
      "default": [],
      "description": [
        "Build the tests"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "gtest",
          "href": "https://vcpkg.link/ports/gtest",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}