[go-nuts] Re: RSQL, a lighweight clone of Microsoft SQL Server written in Go

2017-03-14 Thread nicolas riesch
To compile from source, follow these instructions:

http://rsql.ch/guide/download_page/


-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[go-nuts] Re: RSQL, a lighweight clone of Microsoft SQL Server written in Go

2017-03-14 Thread nicolas riesch
License for the server is GPL. I've just put it right now.

 

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[go-nuts] Re: RSQL, a lighweight clone of Microsoft SQL Server written in Go

2017-03-14 Thread nicolas riesch
License for the server is GPL. I've just put it right now.


Le lundi 13 mars 2017 21:13:39 UTC+1, nicolas riesch a écrit :
>
> I have developed RSQL, a *lighweight clone of Microsoft SQL Server*, 
> which runs on Linux and can execute T-SQL scripts.
>
> It has been successfully tested with millions of records.
>
> The source code is *written in Go*, and contains 140,000 lines.
>
> It would help me very much if some of you could download it and play with 
> it.
>
> Stored procedures and other features will be implemented in the future, so 
> be patient.
>
> But* it would help me to have your first impression or opinion on this 
> project*.
>
> http://rsql.ch
>
>
> For the moment, only a driver for Go exists. It is not a "database/sql" 
> driver, but the API is not difficult to use.
>
> driver:
> https://github.com/rin01/rsql
>
> driver documentation:
> https://godoc.org/github.com/rin01/rsql/drv
>
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.