Re: [go-nuts] New advanced, CGo-free SQLite package

2021-05-01 Thread Amit Saha
On Sun, May 2, 2021 at 12:55 AM Ross Light wrote: > > The original is still there! https://github.com/crawshaw/sqlite > > The story for this package is that I used crawshaw.io/sqlite for a number of > projects, realized that I wanted some features that were unlikely to be > upstream-able -- for

Re: [go-nuts] New advanced, CGo-free SQLite package

2021-05-01 Thread Ross Light
The original is still there! The story for this package is that I used crawshaw.io/sqlite for a number of projects, realized that I wanted some features that were unlikely to be upstream-able -- for example, the switch to modernc.org/sqlite drops Windows suppor

Re: [go-nuts] New advanced, CGo-free SQLite package

2021-05-01 Thread Amit Saha
Hi Ross, Thanks for sharing this. I am curious what's the difference between your fork and the original repo (which is now gone it seems)? On Fri, Apr 30, 2021 at 11:42 PM Ross Light wrote: > > I've created a new Go package for SQLite: zombiezen.com/go/sqlite > > It is a fork of crawshaw.io/sqlit

[go-nuts] New advanced, CGo-free SQLite package

2021-04-30 Thread Ross Light
I've created a new Go package for SQLite: zombiezen.com/go/sqlite It is a fork of crawshaw.io/sqlite that uses modernc.org/sqlite , a CGo-free SQLite package. It aims to be a most