Daniel Minukhin

Results 20 comments of Daniel Minukhin

@pepperlk It took a while but it's out. Please see version [1.1.0](https://github.com/Vanderhoof/PyDBML/releases/tag/1.1.0) [Docs](https://github.com/Vanderhoof/PyDBML/blob/master/docs/properties.md)

Thanks for the report! Fixed in [1.1.4](https://github.com/Vanderhoof/PyDBML/releases/tag/1.1.4)

Hi! Thanks for the suggestion. To be honest, I started this project a long time ago, and since then realized that many things could've been implemented better. `.sql` is one...

Alright, let's do that! I will create the base renderer and update the rest of the code to use it. Then I will add a section on the main description...

@big-c-note it took a bit more time and effort than I anticipated 😅 ![Screenshot 2024-07-17 at 09 59 26](https://github.com/user-attachments/assets/31bd3765-a1eb-42b6-9c60-a72a280797f1) I'll be addressing the other raised github issues in the upcoming...

New renderer classes are released in [1.1.0](https://github.com/Vanderhoof/PyDBML/releases/tag/1.1.0) 🥳

Thanks 😄 While the docs on the renderers are in the making, here's a quick intro: The idea is that you subclass a `BaseRenderer` class like this: ```python from pydbml.renderer.base...

@big-c-note sorry, my github notifications are messed up. I missed your comment, although did approve your PR. I totally agree, this was the intended use, I just forgot to add...

@ar-to Hi! Just to confirm, you are experiencing syntax errors when trying to execute in PostgreSQL the code generated by PyDBML? Because PyDBML does not support SQL -> DBML conversion,...

Thanks for noticing, I'll fix that 👍