-
Feature Request
---
I'd like Mongoose to allow importing [dbml](https://www.dbml.org/home/) and turn it into multiple Mongoose schemas and models.
I.E.
```dbml
Table example {
id int [ uni…
-
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 …
-
**Is your feature request related to a problem? Please describe:**
Currently I can generate a DBML using -s schema:MARTS. But our analytics data layer (situated in folder 'models/ADL') has multiple s…
-
After talking to the dbdocs team about the service I realized we're not automatically updating openboxes.dbml in the source code. In fact, we're not even periodically updating it manually. It would be…
-
```
What steps will reproduce the problem?
1. Run template against a database with a foreign key relationship
2. Change the resulting association to a uni directional association by
removing the 'Chi…
-
DBML seems to be an interesting and easy way to describe data models. However, it seems to me that currently it is still a one-way street towards DBML in terms of visualization: it is very easy to des…
-
We have a table with a mysql multii-valued composite index. Creating a multi-valued index in myql requires casting as per the docs https://dev.mysql.com/doc/refman/8.4/en/create-index.html#create-inde…
-
```
What steps will reproduce the problem?
1. Run template against a database with a foreign key relationship
2. Change the resulting association to a uni directional association by
removing the 'Chi…
-
Hey,
there is some niche error for complex models (many to many)
```sh
TypeError: Cannot read properties of undefined (reading 'type')
at getJoinIdType (/prisma-dbml-generator/dist/generato…
kuaj updated
2 months ago
-
Hey guys,
Thank you for your awesome project. DBML is making a huge difference here at @provicapital. We are documenting our production database using db_docs and we thought it would be really grea…