On Sun, May 2, 2021 at 12:55 AM Ross Light <r...@zombiezen.com> 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 example, the switch to modernc.org/sqlite drops Windows 
> support (at least as of 2021-04-30), and I wanted to rename some symbols. 
> Rather than put burden on the maintainers to review a bunch of large PRs and 
> have them weigh the benefits, I decided to create a fork instead.

Ah, thanks! About the fork, I sent a PR for your github repo fixing
the URL, which is what led me to quickly think that the upstream was
missing.

>
> -Ross
>
> On April 30, 2021, Amit Saha <amitsaha...@gmail.com> wrote:
>
> 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 <r...@zombiezen.com> wrote:
> >
> > 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 mostly drop-in replacement for 
> > crawshaw.io/sqlite. It includes APIs for streaming blob I/O, schema 
> > migrations, and user-defined functions.
> >
> > The repository also includes a go fix-like tool to convert code that uses 
> > crawshaw.io/sqlite to use the equivalent zombiezen.com/go/sqlite APIs.
> >
> > Try it out and let me know what you think!
> >
> > Thanks to Jan Mercl and David Crawshaw for early feedback and the amazing 
> > packages this builds upon.
> >
> > -Ross
> >
> > --
> > 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.
> > To view this discussion on the web visit 
> > https://groups.google.com/d/msgid/golang-nuts/3878d18f33bea1eb1d1805bd17705e612da337e8%40hey.com.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CANODV3nqc78%3DQmSdB4q95a%3DJpfBwvYtaAnsPcSRGAT50T6jHmA%40mail.gmail.com.

Reply via email to