Vanderhoof / PyDBML

DBML parser and builder for Python
MIT License
101 stars 12 forks source link

Use this package as a dbml creator. #9

Closed idan3 closed 2 years ago

idan3 commented 2 years ago

hello, I need to create a dbml (convert some SQL) from scratch and not to parse a dbml file. Is it somehow possible to use this lib for that?

Vanderhoof commented 2 years ago

Hi! It took quite a while, but I've rewritten the project from scratch. In 1.0.0 it supports using it as a DBML creator (watch out for braking changes, more info in the docs)