"Mini SQL Query from PK Software is a minimalist SQL query tool for multiple providers (MSSQL, Oracle, OLEDB, MS Access, SQLite etc). The goal of the Mini SQL Query tool is to allow a developer or trouble-shooter to quickly diagnose issues or make changes to a database using a tool with a small footprint, is portable, fast, flexible and easy to use."
Mini SQL Query is now hosted as an open source project on CodePlex, see http://www.codeplex.com/MiniSqlQuery/
Mini SQL Query is "deliberately minimalist". Software too often becomes bloated and less usable while trying to satisfy the 99% of what every user wants. Mini SQL Query aims to satisfy the most common tasks what the average user seeks to achieve, in doing so it keeps the size and complexity of the application to a minimum.
The application was developed almost entirely using Microsoft's Visual Studio C# Express IDE.
Some Core features:
The product "home" of Mini SQL Query is http://pksoftware.net/MiniSqlQuery/ while the source code is hosted at CodePlex, see http://minisqlquery.codeplex.com/.
The project is run under the MS-PL license. See the "License-MiniSqlQuery.txt" file for the details.
Mini SQL Query is written by Paul Kohler. See my website at: http://pksoftware.net/ Email me at: paul@pksoftware.net
Mini SQL Query relies on several other 'free/open source' products to pull together a simple but useful SQL working environment. In no particular order, thank you...
Mini SQL Query uses a very simple and open plugin architecture to make extending the tool very straight forward. Make use of the project plugin template (MiniSqlQuery.PlugIn.ProjectTemplate.zip) to get started.