Re: [go-nuts] [ANN] sqlite

2017-04-25 Thread Andy Balholm
This discussion piqued my interest, and I decided to see what I could do to make rsc.io/c2go more general-purpose. My fork is at github.com/andybalholm/c2go . I think that, with appropriate .h and .cfg files, it can now handle the tests fr

Re: [go-nuts] [ANN] sqlite

2017-04-21 Thread pierre . curto
This looks really interesting... I also saw a similar idea with a different approach: https://github.com/elliotchance/c2go. Le vendredi 21 avril 2017 16:38:38 UTC+2, Andy Balholm a écrit : > > As near as I can tell, this is an intermediate step in a project whose > ultimate goal is to compile s

Re: [go-nuts] [ANN] sqlite

2017-04-21 Thread Andy Balholm
As near as I can tell, this is an intermediate step in a project whose ultimate goal is to compile sqlite into Go—asm.go (a style like asm.js), apparently. Andy -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and

Re: [go-nuts] [ANN] sqlite

2017-04-21 Thread Jan Mercl
On Fri, Apr 21, 2017 at 7:03 AM Jérôme LAFORGE wrote: > It is driver only or that contains also the process that manages the data via sql? The driver works in-process by calling into an included virtual machine that's loaded by code compiled from sqlite3.c via go generate. Connection to a datab

[go-nuts] [ANN] sqlite

2017-04-20 Thread Jérôme LAFORGE
Hello, It is driver only or that contains also the process that manages the data via sql? Thx in advance. -- 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 gola

[go-nuts] [ANN] sqlite

2017-04-20 Thread Jan Mercl
Early preview of a DB driver for SQLite without CGO: https://github.com/cznic/sqlite ATM Linux/Intel only. -- -j -- 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