Download

SQL scripts for mytest sample database

These tar or zip files contain the SQL scripts to create the mytest sample database.

Date Filename Size sha1sum
2017.06.13 rsql_mytestdb_scripts.tgz 5205 4b9167846fdd03f4e4097af8a5a1284273144a97
2017.06.13 rsql_mytestdb_scripts.zip 8390 dc2a5e2107f732ef1212c1dc181c09921d57bbc3

RSQL Server and Client, Version 0.7.1

This tar or zip files contain the server and client executable binaries.

Date Filename OS Arch Size sha1sum
2018.03.04 rsql-0_7_1-linux_amd64.tgz Linux 64-bit 8917712 0ee3e77934fa2c46186e7a38c31ad7fe1b8cdc5f
2018.03.04 rsql-0_7_1-darwin_amd64.tgz OS X 64-bit 8799853 090009452c1c05d7e979292d844dbc3c2b6cb003
2018.03.04 rsql-0_7_1-windows_amd64.zip Windows 64-bit 8655861 e7528431a1401b37e28d83c3aa17926535e5cfdc

Installation procedure for Linux and OS X

Installation procedure for Windows

Driver for C# (Framework 4.5.1)

Date Filename OS Arch Size sha1sum
2017.07.05 Rsqldrv.dll Windows 64-bit 59392 d50e73ce75e596cbd6d17aa616b7f332ac2ca3ce

Create a lib (or choose any other name) directory under your project directory, and download this dll file into this location.

Then, add the reference to this library in Visual Studio.

Finally, in the multiple examples of code, such as https://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqldatareader(v=vs.110).aspx, change the line using System.Data.SqlClient; by using Rsqldrv.SqlClient;.

Driver documentation and source code is at https://github.com/rin01/Rsqldrv

RSQL, a simple alternative to Microsoft SQL Server