Roadmap for when bobgen-sql
might support mysql dialect
#282
-
Is there currently any roadmap or estimate when If it's just few months I think we can do with our janky solution in the mean time. But if there's no plans for it at the moment, we need a more robust setup. Currently generating models from (mysql) database schema requires:
It would be nice if I could just pass db/migration folder to generator without starting the actual db. Is there any estimate when this might be possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It depends on when it would be possible to find a way to run MySQL in-process. Previously, I had tried with https://github.com/dolthub/go-mysql-server, but it was blocked by several issues, such as this one. Now that that issue has recently been fixed, I'll try again and see if I can make it work. |
Beta Was this translation helpful? Give feedback.
It depends on when it would be possible to find a way to run MySQL in-process.
Previously, I had tried with https://github.com/dolthub/go-mysql-server, but it was blocked by several issues, such as this one.
Now that that issue has recently been fixed, I'll try again and see if I can make it work.