All notable changes to the "vscode-dbml" extension will be documented in this file.
- DBML file icon (Thanks @BOCOVO)
- Support for
TableGroup
(Thanks @CJSantee) - DBML logo (Thanks @CJSantee)
- Bump @dbml/core version
- Added timestamptz to keywords for PostgreSQL compliance
- Bumped @dbml/core version to 2.0.1
- Syntax highlighting for Projects and multiline comments
- Success and failure message on file generation
- MSSQL dialect from
DBML: From SQL
command
- Import From SQL command
- Restructured syntax to account for the actual structure of the document
- Added new command and image to README
- Webpack configuration
- Configuration for publishing
- Removed installation instructions from README
- Export to SQL command
- Added command information to the README
- Added autoincrement option to table snippet
- Basic syntax highlighting based on the DBML parser keywords.
- Snippets for table and ref generation
- Test file containing the dbdiagram sample for checking syntax highlighting
- README with extension features
- MIT License