Doppler - AIR SQL Admin tool
Yes, it’s true. I’ve written yet another AIR SQL Admin tool.
Currently this tool serves as an enhanced “query runner” tool. You can create a database file or open an existing one. The db structure is shown in the tree on the left. You can enter queries on the right, and (if it’s a SELECT query) view the results in the grid on the bottom.
Currently I’m only providing the .air file, although soon (once I’ve cleaned up the code) I’ll make this an open source project.
Download .air file (current version: 0.1.2 - Nov. 16, 2008)
See Project history for details.
Here’s a screenshot to give you an idea of what to expect:

Project history
-
0.1.2 (2008-11-18):
- Added support for encrypted databases. When you attempt to open an encrypted database, a prompt will appear asking for the encryption key. You must enter the key as a Base-64-encoded string.
- Updated AIR version to 1.5.
-
0.1.1 (2008-08-28):
- Updated AIR version (needed for new SQL error detail ids). This application now requires Adobe AIR 1.1.
- Fixed bug: after creating new database, error popup appears due to empty schema.
- Fixed bug: # rows affected message doesn’t appear for non-SELECT statements.
- New feature: added “refresh” button for schema tree, to reload the tree after modifying the structure via SQL
- 0.1 (2008-08-19): Initial release
You can leave a comment, or trackback from your own site.
Add your comment
Comment notes
Please keep comments on topic. Comments that are inappropriate or offensive will be edited or removed.
Paragraphs and line breaks are automatically converted to HTML, and quotation marks are converted to “smart” quotes.
The following XHTML tags can be used: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> . All others will be removed.