Project DescriptionMini SQL Query is a minimalist SQL query tool for multiple providers (MSSQL, SQLite, Oracle, OLEDB, MS Access files 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, that is fast and easy to use and highly extensible.
Please note that there has been much development since this official release but I am trying to wrap things up for "V1", go get the latest source (http://minisqlquery.codeplex.com/SourceControl/ListDownloadableCommits.aspx) and perform a build if you can... PK :-)
Mini SQL Query is "deliberatly minimalist". Software too often becomes bloated and less usable while trying to satisfy the 99% of what evrey 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.
Some Core features:
- Supports multiple databases by utilizing the inbuilt providers (e.g. MSSQL, SQLite, MS Access files, Oracle, OLEDB etc)
- Syntax highlighting (with print support)
- Load and save SQL script files
- View table data
- Basic find text
- Extensible programming model (inlcudes contibuted plugins, e.g. export data as html, csv, xml...)
Note that the target audience for this tool is not developers who tend to only deal with MSSQL, it's geared towards having to hit several different databse sources...
Like to get involved? See
Setting-up-a-Mini-SQL-Query-Development-Environment.
Originally hosted out of my site -
http://www.pksoftware.net/MiniSqlQuery/ - also see the blog for some info but needs updating!