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

Have a button or panel to see the database schema in a "user friendly" way #50

Open
allan-simon opened this issue Jun 16, 2014 · 3 comments

Comments

@allan-simon
Copy link

for example something like a dropdown menu when you click on "schema" it expands and display each tables and their structure (maybe in a first time no need to make fancy stuff, one <table> by table with one column with its name should be already quite useful)

@lovasoa
Copy link
Member

lovasoa commented Jun 16, 2014

The answer to your question is SELECT * FROM sqlite_master :)

Maybe we should add an user interface for that. Pull requests are welcome !

@allan-simon
Copy link
Author

I can't find in the repository the html file used for the demo, is it in it ?

@lovasoa
Copy link
Member

lovasoa commented Jun 16, 2014

It's in the gh-pages branch :)

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

No branches or pull requests

2 participants