dbml icon indicating copy to clipboard operation
dbml copied to clipboard

Database Markup Language (DBML), designed to define and document database structures

Results 179 dbml issues
Sort by recently updated
recently updated
newest added

A Sublime plug-in for creating and validating DBML would be awesome!

help wanted

I really like your platform. It is very convenient to map our relational database from code rather than to draw it in Visio(without data types). I really hope there's a...

Hi there! I'm interested in using DBML as an metadata container for our Data Warehouse, and it would be interesting if we could add notes and settings for Tables, and...

Bumps [thenify](https://github.com/thenables/thenify) from 3.3.0 to 3.3.1. Changelog Sourced from thenify's changelog. 3.3.1 / 2020-06-18 fixes [0d94a24] - fix: remove eval (#30) (Yiyu He ) Commits 1d054b4 Release 3.3.1 0d94a24 fix:...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.7. Changelog Sourced from minimist's changelog. v1.2.7 - 2022-10-10 Commits [meta] add auto-changelog 0ebf4eb [actions] add reusable workflows e115b63 [eslint] add eslint; rules to enable...

dependencies

Greetings, I would like to start this issue saying thanks for such amazing tool that has helped me for more than a couple of years at this point. The title...

enhancement

Has anyone here ever succeeded in creating an SQL dump using SQL Server Manager Studio with a `mssql` database that DBML CLI can convert without complaining? ![image](https://user-images.githubusercontent.com/93364146/192445514-81f1c129-82d0-493d-8cfe-2abd951af8dc.png) I've been tinkering...

bug
enhancement
question

Currently there's no support for BTREE Keys in MySQL, for example: ```KEY `user_id` (`user_id`) USING BTREE``` ``` mysqldump --no-data > ./dump.sql sql2dbml ./dump.sql --mysql ``` [dump.sql.zip](https://github.com/holistics/dbml/files/9482615/dump.sql.zip)

I make a prettier-plugin for DBML: https://github.com/nice-move/prettier-plugin-dbml But I find out that project info will be missing when converting DBML to * and * to DBML. ```js const { exporter...

bug
enhancement