-
```// Use DBML to define your database structure
// Docs: https://dbml.dbdiagram.io/docs
Table follows {
following_user_id integer
followed_user_id integer
created_at timestamp
}
Table users {
id in…
-
Great work!
Your VSCode DBML visualizer extension is actually more appealing visually than other extensions.
Also you added a bit of interactivity: when hovering a field, it highlights its foreign…
-
I would love this to support DBML. Tools like dbdiagram.io are nice but not OSS and their editor is also not as pretty as yours. But the ability to compile DBML to schemas of many databases (postgresq…
-
Before using the automatic generation of the DBML file for SQL server, I had queries allowing us to generate our file in DBML format.
In these scripts, I retrieved the description table, which was ve…
-
**Is your feature request related to a problem? Please describe.**
After I set the positions of all tables I cannot share them to my colleagues
**Describe the solution you'd like**
Instead of sa…
-
I was speaking with a team about TurboVault, and they identified that dbdocs.io would be an additional piece of software for them to manage. My suggestion: allow for a DBML export via the TurboVault U…
-
Is there any DBML file formatter? At least to lint and format DBML files to keep indentation correct.
-
Create data structure for custom data types based on the first planning of the DBML structure and develop endpoint for Aquila to push data types from runtime and actions to the database.
We will su…
-
WFOIntelligenceEventing uses `DwCode` from API box.
Most all others use `InCode` from COR box.
# Todo
Research which contexts use which connection strings.
Should be setup something like thi…
-
Hey, thanks for the codebase.
I'm making use of it for a project where I need to convert dbml into databricks sql create table statements.
Do you want pydbml to produce arbitrary sql dialects?
If …