{"id":14070523,"url":"https://github.com/mattmeyers/vscode-dbml","last_synced_at":"2026-01-17T02:59:35.548Z","repository":{"id":54255821,"uuid":"199975635","full_name":"mattmeyers/vscode-dbml","owner":"mattmeyers","description":"VS Code language support for DBML","archived":false,"fork":false,"pushed_at":"2024-10-14T17:45:50.000Z","size":287,"stargazers_count":48,"open_issues_count":7,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-30T07:53:10.500Z","etag":null,"topics":["dbml","vscode-dbml","vscode-extension","vscode-language"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mattmeyers.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-01T04:20:02.000Z","updated_at":"2025-05-23T08:42:19.000Z","dependencies_parsed_at":"2024-12-04T12:32:18.614Z","dependency_job_id":"84ba58a0-c26f-4ce7-a6d4-50242650a1ea","html_url":"https://github.com/mattmeyers/vscode-dbml","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/mattmeyers/vscode-dbml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmeyers%2Fvscode-dbml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmeyers%2Fvscode-dbml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmeyers%2Fvscode-dbml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmeyers%2Fvscode-dbml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattmeyers","download_url":"https://codeload.github.com/mattmeyers/vscode-dbml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmeyers%2Fvscode-dbml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28492593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T02:39:23.645Z","status":"ssl_error","status_checked_at":"2026-01-17T02:34:19.649Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dbml","vscode-dbml","vscode-extension","vscode-language"],"created_at":"2024-08-13T07:07:49.724Z","updated_at":"2026-01-17T02:59:35.526Z","avatar_url":"https://github.com/mattmeyers.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003e ## ⚠️ Please Read ⚠️\n\u003e \n\u003e I no longer use VS Code and have no intention to actively maintain this extension.\n\u003e If you notice any differences between this extension and the official DBML language, please submit a PR with a fix.\n\u003e I will happily review, merge, and release any fixes.\n\u003e Thanks!\n\n\n# DBML Language Support\n\n[![Version 0.4.1 Badge][version-badge]][changelog] [![MIT License Badge][license-badge]][license]\n\nThis Visual Studio Code extension provides language support for the Database Markup Language ([DBML](https://dbml.org)).\n\n## Syntax Highlighting\n\nSyntax highlighting is enabled for files with the `.dbml` extension.\n\n![Syntax Example](https://raw.githubusercontent.com/mattmeyers/vscode-dbml/master/images/dbml_syntax_example.png)\n\n## Commands\n\n### To SQL\n\nWhen focusing a `.dbml` file, the `DBML: To SQL` command becomes available in the command palette. This command leverages the `@dbml/core` ([source](https://github.com/holistics/dbml/tree/master/packages/dbml-core)) package to generate an SQL script based on the provided schema.\n\nSelecting this commands presents all available dialects. At this time the three available dialects are PostgreSQL, MySQL, and SQL Server. After choosing a dialect, enter an output filename. If a relative path is provided, the generated file will be placed relative to the focused `.dbml` file. Otherwise is will be placed at the provided absolute path.\n\n### From SQL\n\nWhen focusing a `.sql` file, the `DBML: From SQL` command appears in the command palette. This command acts as the opposite of the `DBML: To SQL` command and generates a `.dbml` from from the provided `.sql` file. The dialect of the SQL must be provided. At this time, this command only works for PostgreSQL and MySQL.\n\n## Snippets\n\nSnippets are provided for quickly creating tables, enums, and references. To use a snippet, begin typing any of the following keys.\n\n- `table`: Create a new table with an auto-incrementing int id as the primary key\n- `enum`: Create a new enum\n- `oto`: Create a one-to-one reference\n- `otm`: Create a one-to-many reference\n- `mto`: Create a many-to-one reference\n- `mtm`: Create a many-to-many join table\n\n## Issues\n\nIf you find an error or bug, please [create an issue](https://github.com/mattmeyers/vscode-dbml/issues/new).\n\n## Contributing\n\nIf you want to add to this project, feel free to fork the repository and submit a pull request.\n\n[changelog]: ./CHANGELOG.md\n[license]: ./LICENSE\n[version-badge]: https://img.shields.io/badge/version-0.4.1-blue.svg\n[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmeyers%2Fvscode-dbml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattmeyers%2Fvscode-dbml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmeyers%2Fvscode-dbml/lists"}