"Mini SQL Query from by Paul Kohler 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 GitHub, see https://github.com/paulkohler/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 https://github.com/paulkohler/minisqlquery (previously hosted on CodePlex).
The project is run under the GLPLv3 license. See the "License-MiniSqlQuery.txt" file for the details.
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.