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

Read and parse dumped SQL file #5

Open
k-kawa opened this issue Jun 1, 2016 · 3 comments
Open

Read and parse dumped SQL file #5

k-kawa opened this issue Jun 1, 2016 · 3 comments
Milestone

Comments

@k-kawa
Copy link
Owner

k-kawa commented Jun 1, 2016

This feature will help me cope with undocumented projects.
and it can be so nice if it can export schema data in the erd format

@k-kawa k-kawa added this to the v0.1.0 milestone Jun 8, 2016
@suntong
Copy link

suntong commented Jan 4, 2017

Check out https://github.com/knq/xo for this. The code and functionality is there, waiting for you to take advantage of, :-)

Good initiative and a good start, BTW. 👍

@k-kawa
Copy link
Owner Author

k-kawa commented Jan 5, 2017

Thanks, @suntong
This issues has been abandoned because it was difficult and troublesome more than estimated for me to parse dumped SQLs and support its dialects. But https://github.com/knq/xo gives me a great hint. Loading the dumped SQL into a temporary running database server and accessing its metadata tables seems a good way to cope with its difficulty. I'll consider using the project.

@suntong
Copy link

suntong commented Jan 5, 2017

Actually, if I were you, I'd close this and focus on The syntax (#9) instead.
That'd be a better option than SQL code.

BTW, I'm starting to work on using knq/xo to generate ER diagrams.

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

No branches or pull requests

2 participants