Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 966 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 966 Bytes

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.