Hi I wrote a web-based sqlite UI that can interact with Google Gears databases.
Noteworthy features: * allows selection of text in textarea to run specifically - like how SQL Server Query Analyzer works * shows a nice resultset table with SELECT queries * works in background via workerpool so UI is more responsive * ability to add or remove columns from table I'm sure there's lots more that can be done, but I only add features as the need arises from my work. I would like to contribute this code to a repository if anyone's interested, but not exactly sure how. Can anyone give me some direction on the process? Cheers Chris
