Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] sqlite3 support #49

Closed
RivenSkaye opened this issue Aug 30, 2023 · 2 comments · Fixed by #55
Closed

[Feature Request] sqlite3 support #49

RivenSkaye opened this issue Aug 30, 2023 · 2 comments · Fixed by #55

Comments

@RivenSkaye
Copy link

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.

@KarnerTh
Copy link
Owner

KarnerTh commented Sep 3, 2023

Very busy at the moment, but I'll definitely will look into this 👍🏼 should not be a lot of effort

@KarnerTh
Copy link
Owner

Now available in version 0.10.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants