Coder Social home page Coder Social logo

cut a new release about sqlite HOT 5 CLOSED

crawshaw avatar crawshaw commented on July 29, 2024
cut a new release

from sqlite.

Comments (5)

AdamSLevy avatar AdamSLevy commented on July 29, 2024 3

Hi @crawshaw! I actually saw your talk at Go Northwest 2018 which is what initially turned me onto this package.

Thanks for taking a look at my changes! I would be happy to be added as a collaborator on this repo. If you have no objections with any of my patches, I would just go ahead and push my master branch to this repo which includes all of my open PRs.

from sqlite.

crawshaw avatar crawshaw commented on July 29, 2024 2

I added you as a collaborator.

Read through your commits, they look good! (Any small stuff we can deal with going forward.) Please go ahead and push your master branch. Given the quality of your work, please don't wait on me in the future, consider yourself empowered to commit anything.

from sqlite.

AdamSLevy avatar AdamSLevy commented on July 29, 2024

@josharian I have not seen any activity on this repo for quite some time. I believe the maintainer is MIA for now.

I have been maintaining a fork with a number of improvements. I recommend using it via a replace directive in your go.mod.

This of course doesn't resolve this issue that you are raising. In fact it complicates the go.mod file and importing this package, but for the trouble, by using my fork you will be using the latest version of sqlite3 (3.30.1), and have all of my bug fixes and improvements to the go package. It is backwards compatible so it is a simple drop in replacement.

My fork is here:

https://github.com/AdamSLevy/sqlite

Continue importing this package as usual using "crawshaw.io/sqlite" but add this replace directive to your go.mod file and run go mod tidy.

replace crawshaw.io/sqlite => github.com/AdamSLevy/sqlite master

My hope is that my patches will eventually get merged here, but until then I am keeping my fork up to date with sqlite and any bugs reported here. I use my fork extensively in a project so it is well road-tested.

from sqlite.

crawshaw avatar crawshaw commented on July 29, 2024

Hi @AdamSLevy! Sorry for the long absence, apparently I have a big chunk of github notifications turned off. (Only discovered this because @josharian pinged me out of band.)

I took a cursory look at your changes and they look good. Would you like me to add you as a collaborator on this repository?

from sqlite.

AdamSLevy avatar AdamSLevy commented on July 29, 2024

I released a v0.2.0

from sqlite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.