All Projects → paulkohler → Minisqlquery

paulkohler / Minisqlquery

Licence: lgpl-3.0
Minimalist SQL Query tool for any .NET DB Provider - SQL, SQLite, SQL CE, Oracle, Access...

Projects that are alternatives of or similar to Minisqlquery

Nut
Advanced, Powerful and easy to use ORM for Qt
Stars: ✭ 181 (+75.73%)
Mutual labels:  sql, sqlite, sql-server
Reporting Services Examples
📕 Various example reports I use for SQL Server Reporting Services (SSRS) as well as documents for unit testing, requirements and a style guide template.
Stars: ✭ 63 (-38.83%)
Mutual labels:  sql, sql-query, sql-server
Vscode Sqltools
Database management for VSCode
Stars: ✭ 741 (+619.42%)
Mutual labels:  sql, sql-query, sqlite
Querybuilder
SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
Stars: ✭ 2,111 (+1949.51%)
Mutual labels:  sql, sql-query, sql-server
Dotmim.sync
A brand new database synchronization framework, multi platform, multi databases, developed on top of .Net Standard 2.0. https://dotmimsync.readthedocs.io/
Stars: ✭ 406 (+294.17%)
Mutual labels:  sql, sqlite, sql-server
Beekeeper Studio
Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Linux, MacOS, and Windows.
Stars: ✭ 8,053 (+7718.45%)
Mutual labels:  sql, sqlite, sql-server
Goqu
SQL builder and query library for golang
Stars: ✭ 984 (+855.34%)
Mutual labels:  sql, sql-query, sqlite
Sql.js
A javascript library to run SQLite on the web.
Stars: ✭ 9,594 (+9214.56%)
Mutual labels:  sql, sqlite
Sqlite orm
❤️ SQLite ORM light header only library for modern C++
Stars: ✭ 1,121 (+988.35%)
Mutual labels:  sql, sqlite
Aceql Http
AceQL HTTP is a framework of REST like http APIs that allow to access to remote SQL databases over http from any device that supports http.
Stars: ✭ 68 (-33.98%)
Mutual labels:  sql, sql-server
Sql Apiconsumer
Database Project with generic procedures to consume API through GET/POST methods.
Stars: ✭ 77 (-25.24%)
Mutual labels:  sql, sql-server
Squid
🦑 Provides SQL tagged template strings and schema definition functions.
Stars: ✭ 57 (-44.66%)
Mutual labels:  sql, sql-query
Aspnetcorenlog
ASP.NET Core NLog MS SQL Server PostgreSQL MySQL Elasticsearch
Stars: ✭ 54 (-47.57%)
Mutual labels:  sql, sql-server
Dbal
Doctrine Database Abstraction Layer
Stars: ✭ 8,495 (+8147.57%)
Mutual labels:  sql-server, sqlite
Ebean
Ebean ORM
Stars: ✭ 1,172 (+1037.86%)
Mutual labels:  sql, sqlite
Deveeldb
DeveelDB is a complete SQL database system, primarly developed for .NET/Mono frameworks
Stars: ✭ 80 (-22.33%)
Mutual labels:  sql, sql-query
Rqlite
The lightweight, distributed relational database built on SQLite
Stars: ✭ 9,147 (+8780.58%)
Mutual labels:  sql, sqlite
Andl
Andl is A New Database Language
Stars: ✭ 71 (-31.07%)
Mutual labels:  sql, sqlite
Electrocrud
Database CRUD Application Built on Electron | MySQL, Postgres, SQLite
Stars: ✭ 1,267 (+1130.1%)
Mutual labels:  sql, sqlite
Xeus Sql
xeus-sql is a Jupyter kernel for general SQL implementations.
Stars: ✭ 85 (-17.48%)
Mutual labels:  sql, sqlite

Mini SQL Query

Latest Release...

Build status

Full release with templates etc:

https://github.com/paulkohler/minisqlquery/releases/latest

What is Mini SQL Query

Mini SQL Query is a query tool that makes use of any available .NET DB Provider on your system. It 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.

Mini SQL Query

Some Core features:

  • Supports multiple databases** (MSSQL, SQL Compact Edition, MS Access, SQLite, Oracle, OLEDB, SharePoint - http://blog.bendsoft.com/2013/01/minisqlquery-with-sharepoint-connector-3-0/ etc)
  • Integrated text templating system for generating SQL, code or data scripts
  • Syntax highlighting (with printing support)
  • Load and save SQL script files
  • Generic batch support (using the 'GO' keyword but for any DB including SQLite, MSAccess etc)
  • Quick View table data
  • Basic query generation
  • Extensible programming model

Note that all these types of connections depend on your system configuration (e.g. SQL CE may require an installation)

Note that the target audience for this tool is not developers who tend to mainly deal with MSSQL, it's geared towards having to hit several different database sources, import and export code, the need to quickly customizing export transforms etc...

Quickstart

For a quick run down, see:

https://github.com/paulkohler/minisqlquery/blob/master/src/Docs/Quickstart.md

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].