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
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%.
The text was updated successfully, but these errors were encountered:
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%.
The text was updated successfully, but these errors were encountered: