Re: [go-nuts] Re: SQLite3 Support without CGo

2021-02-17 Thread ben...@gmail.com
Thanks a lot for that -- I appreciate the links. On Wednesday, February 17, 2021 at 10:58:48 PM UTC+13 Jan Mercl wrote: > On Tue, Feb 16, 2021 at 10:52 PM ben...@gmail.com > wrote: > > > Jan, is there any write-up about modernc.org/sqlite? I've dabbled in > automated conversion, and I'm very c

Re: [go-nuts] Re: SQLite3 Support without CGo

2021-02-17 Thread Jan Mercl
On Tue, Feb 16, 2021 at 10:52 PM ben...@gmail.com wrote: > Jan, is there any write-up about modernc.org/sqlite? I've dabbled in > automated conversion, and I'm very curious if there's more information about > how it works, any pitfalls / unsupported stuff, etc, but having trouble > finding any

Re: [go-nuts] Re: SQLite3 Support without CGo

2021-02-16 Thread ben...@gmail.com
Jan, is there any write-up about modernc.org/sqlite? I've dabbled in automated conversion, and I'm very curious if there's more information about how it works, any pitfalls / unsupported stuff, etc, but having trouble finding anything like that in the repos. On Sunday, January 24, 2021 at 7:38

Re: [go-nuts] Re: SQLite3 Support without CGo

2021-01-23 Thread Jan Mercl
On Sat, Jan 23, 2021 at 7:02 PM supp...@lieferpool.de wrote: > If you want sqlite3 support without cgo, you might check out > https://github.com/cvilsmeier/sqinn-go Shameless plug: https://pkg.go.dev/modernc.org/sqlite -- You received this message because you are subscribed to the Google Group

[go-nuts] Re: SQLite3 Support without CGo

2021-01-23 Thread supp...@lieferpool.de
If you want sqlite3 support without cgo, you might check out https://github.com/cvilsmeier/sqinn-go s...@infitialis.com schrieb am Dienstag, 13. Dezember 2016 um 14:26:25 UTC+1: > If anyone is interested, I've opened a ticket on GitHub ( > https://github.com/golang/go/issues/18296). > > Please d

[go-nuts] Re: SQLite3 Support without CGo

2016-12-13 Thread sam
If anyone is interested, I've opened a ticket on GitHub (https://github.com/golang/go/issues/18296). Please drop by and show your support. On Monday, December 12, 2016 at 11:28:19 PM UTC, brainman wrote: > > I was toying with this idea myself. > > Maybe even going all the way with "pure" Go vers

[go-nuts] Re: SQLite3 Support without CGo

2016-12-12 Thread brainman
I was toying with this idea myself. Maybe even going all the way with "pure" Go version - with something similar to https://github.com/nkbai/go-memorydll :-) Alex -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group a