-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The state of the project. #123
Comments
Hey all, Many apologies for not staying current with this repo. I too really love this package but haven't had much occasion to use it as of late, and between life and work I have lapsed as a maintainer. I will try to circle through the open issues and PRs and perform some triage and updates this weekend. |
@AdamSLevy consider opening up maintainership to several contributors. I'm sure with some good communication they can manage the project appropriately. There are quite a few PRs that are very suitable to be merged, and others with some guidance. |
Certainly. I'm not sure I have the permissions to grant push access to others but I will come up with a short list based on past contributions and try to reach out to @crawshaw about adding maintainers. If anyone is interested feel free to comment here for consideration. |
Consider me for your short-list: I'm currently using this library extensively across several projects in production, in open-source and for my employer, in several different arrangements including the Pool and Blob implementations, different journal modes, and a mix of single and multi-process use cases. I have a fork or two, including using more recent versions of sqlite due to some needed features there, so quite a bit of test and use case coverage. |
Brief update: I have not reached out to @crawshaw about this yet, but I have taken the time to go through as many PRs and issues as possible this weekend and have cleaned up and merged several as well as updating the package to the latest SQLite 3.36.0 release. If we are going to add another maintainer I'd like to ensure we're on the same page with the direction of this repo and project. Up to this point it's just been my opinions, and my interpretations of David Crawshaw's intentions based on open issues and the code itself. But with more people getting involved its worth shoring that up. It would also make contributing and accepting contributions easier. So here are some thoughts about that.
In any case let me know what you think about these design goals and how we might formalize some of them. |
I think this project is significantly lagging other implementations in this space. I do not think updates are being provided in a sufficiently timely manner. I also think that while test coverage is good, it should not be at the expense of relevance and a reasonable feature set. Upstream sqlite updates are slow to arrive. There has been no tagged release in several years. It's my view that the current maintainer is not meeting the needs of the project. They had ample opportunity to seek support earlier in this thread and failed to do so. I think open source authors don't owe anyone anything, but in this case the maintainer is not even the original author. Access to low-level sqlite3 functionality is of elevated interest in the community right now, and the handling of this repo is becoming a missed opportunity. This wouldn't be such an issue if long-lived forks in Go weren't so difficult to manage as dependencies across non-trivial projects, but unfortunately they are and here we are. |
Since the original creator is busy with other stuff (and also seems to be maintaining another sqlite lib over at github.com/tailscale/sqlite), I was thinking maybe some of us interested in seeing this lib moving forward could create a github organization and maintain a fork of this driver? I don't mean to disrespect the effort which the creator and maintainers have put into this repo, and I am very greatfull for the value it allready has provided, but am simply interested in keeping upstream sqlite in sync and also try to look into the issues and bugs. Just a thought! |
I have started a fork here: https://github.com/go-llsqlite/llsqlite. Numerous fixes and PRs from this project have been merged into it already (it represents the crawshaw-based sqlite version I use in production on multiple projects. Feel free to message me about it, request maintainer privileges and submit PRs. |
I was wondering what is the state of this repository. I think crawshaw/sqlite is an amazing take on the SQLite driver for Go. It seems though that the original authors are not able to spend time on it right now.
There are many pull requests and issues open. Most of them are addressed initially, but the author is waiting for response by the repository maintainer. I understand this is because of lack of time rather than anything else.
I believe the repository is not dead, it's just resting :) Is there a way to help with the crawshaw/sqlite maintanance? Is there anything that can be done in order to help with the pending pull request list?
The text was updated successfully, but these errors were encountered: