inloop / sqlite-viewer

View SQLite file online

Home Page:http://inloop.github.io/sqlite-viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sqlite-View Library/Component

ryneeverett opened this issue · comments

I wanted to include most of this functionality in a different web application, so I abstracted most of this out into a separate project which may interest sqlite-viewer users: sqlite-view.

Here's a demo in which I've ported the sqlite-viewer application to my library with an aim for feature parity. The biggest difference is that I switched from select2 to choices for the table selector because I dropped jquery as a dependency.

To the maintainers: Sorry for abusing issues for self-promotion and thanks for open sourcing this application! I do mean this issue to be in the spirit of collaboration and not as an attempt to hard fork or hijack your project. I'd make a PR but the diff would basically be 100%.