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

2017-03-13 Thread Konstantin Khomoutov
On Mon, 13 Mar 2017 13:13:39 -0700 (PDT) nicolas riesch wrote: > I have developed RSQL, a *lighweight clone of Microsoft SQL Server*, > which runs on Linux and can execute T-SQL scripts. [...] Do I understand correctly that RSQL does not speak (any version of) MS-TDS over the wire, and the compa

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

2017-03-13 Thread Jan Mercl
On Mon, Mar 13, 2017 at 10:10 PM 'simon place' via golang-nuts < golang-nuts@googlegroups.com> wrote: > i see Apache 2 licence file in the root.(github) That repository seems to contain only "Go driver for connecting to RSQL database server". I followed OP's link chain - http://rsql.ch/ - [Sour

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

2017-03-13 Thread mhhcbon
https://github.com/rin01/rsql/blob/master/LICENSE did you mean the license is not packed into the dist archives ? in my concern i wonder where is the cli source, i can t find it. Also it is said to be 140k LOC, but i can t see them all in the repo, i must miss something. Are they the C part ment

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

2017-03-13 Thread 'simon place' via golang-nuts
i see Apache 2 licence file in the root.(github) -- 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

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

2017-03-13 Thread John McKown
On Mon, Mar 13, 2017 at 3:36 PM, Jan Mercl <0xj...@gmail.com> wrote: > > On Mon, Mar 13, 2017 at 9:13 PM nicolas riesch > wrote: > > > But it would help me to have your first impression or opinion on this > project. > > Sounds very very interesting, but... Here are the first impressions: > > - I

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

2017-03-13 Thread Jan Mercl
On Mon, Mar 13, 2017 at 9:13 PM nicolas riesch wrote: > But it would help me to have your first impression or opinion on this project. Sounds very very interesting, but... Here are the first impressions: - I can see no LICENSE or similar file in the root directory. I consider it unsafe to look

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

2017-03-13 Thread nicolas riesch
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 downl