/RunSQL

A simple cross-platform application for testing SQL select queries

Primary LanguageC#MIT LicenseMIT

RunSQL

About

RunSQL is a simple cross-platform application for testing SQL select queries.

Supported database servers:

  • SQLite v3.31.1

Sample Data

The source data was taken from the Chinook Database project.

How build it?

An easy way to build from source code is to use the Git and the .NET Core SDK 3.1 as follows:

$ git clone https://github.com/rstm-sf/RunSQL.git && cd RunSQL

$ dotnet build -c Release
$ dotnet src/RunSQL/bin/Release/netcoreapp3.1/RunSQL.dll

Also, we can preliminarily change the target framework in .csproj file to another one that implementation supports .NET Standard 2.0.