You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be amazing if this tool were able to generate diagrams based on either existing sqlite3 databases. Considering the alternative is to make a dump and import it elsewhere, or using other tools like MySQL Workbench to generate the diagrams off the dumps themselves, I think it'd be amazing to integrate diagram generation into CI or some other automation process.
Provided the support for it, an automation runner could also load an SQL dump from an unsupported DB into an in-memory sqlite3 DB (assuming it doesn't use esoteric data types) and generate the diagrams off of that, similar to how SQLx (the one for Rust) offline mode caches valid prepared statements for compile-time checked queries to ensure valid results.
The text was updated successfully, but these errors were encountered:
It'd be amazing if this tool were able to generate diagrams based on either existing sqlite3 databases. Considering the alternative is to make a dump and import it elsewhere, or using other tools like MySQL Workbench to generate the diagrams off the dumps themselves, I think it'd be amazing to integrate diagram generation into CI or some other automation process.
Provided the support for it, an automation runner could also load an SQL dump from an unsupported DB into an in-memory sqlite3 DB (assuming it doesn't use esoteric data types) and generate the diagrams off of that, similar to how SQLx (the one for Rust) offline mode caches valid prepared statements for compile-time checked queries to ensure valid results.
The text was updated successfully, but these errors were encountered: