Nguyen Hoang

Results 9 comments of Nguyen Hoang

@galvez Thank you for your help. Feel free to create another PR. We will be there to review it when everything is ready.

We will consider adding these options in the future. You're welcome to contribute. I suggest you look at [this code](https://github.com/holistics/dbml/blob/master/packages/dbml-cli/src/cli/import.js) to get a better understanding of our CLI.

Hi @benjdv, Thank you for reporting the issue. It's a bug that handles `dbo` schema inconsistently in our MSSQL parser. We will look into it soon. Regards.

Hi @Mrxyy, We intend to revamp our old parsers (MySQL, ...) before supporting new SQL parsers. In the meantime, you are welcomed to contribute to this project. There are some...

Hi @nihauc12, currently, our PostgreSQL parser doesn't support altering tables to add unique/primary key constraints. We will let you know as soon as we implement it.

Hi @Darkmift, Thank you for bringing this to our attention. To help us better understand and resolve the issue, could you please provide a minimal, reproducible example? This will greatly...

Hi @HungKNguyen, could you check if your `master` branch is protected by any means? You may check it via https://github.com/hungknguyen/dbml/settings/branches. If your `master` is protected, I cannot push commit to...

> > Hi @HungKNguyen, could you check if your `master` branch is protected by any means? You may check it via https://github.com/hungknguyen/dbml/settings/branches. > > If your `master` is protected, I...

Hi @matthewhartstonge, Thank you for sharing your idea! If I'm interpreting your request correctly, you'd like to define a DBML as follows: ``` Table users { id uuid } ```...