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