Reputation: 2960
I am wondering if there is a html script with corresponding q script out there that brings a better webinterface (than the basic builtin one) with advanced functionality like
- showing all namespaces (with option to unfold or browse into)
- resolving foreign keys (with option to click on it and it will be opened in the table its refering to)
- maybe even more stuff like dbadmin tools like phpmyadmin
Any tips where to find stuff like this or did it nobody implement yet?
Thanks
Upvotes: 2
Views: 341
Reputation: 1869
There's also a good introduction to HTML5/websockets with Q in the TorQ framework by AquaQ Analytics: http://github.com/AquaQAnalytics/TorQ
Upvotes: 0
Reputation: 131
Have you tried doth package by simon? This is probably not even close to what you describe, but it could be a starting point to implement something custom.
Upvotes: 2