Skip to content

Comments

sqlitepool: delete never-used code#135

Merged
bradfitz merged 1 commit intomainfrom
bradfitz/rm_sqlitepool
Feb 17, 2026
Merged

sqlitepool: delete never-used code#135
bradfitz merged 1 commit intomainfrom
bradfitz/rm_sqlitepool

Conversation

@bradfitz
Copy link
Member

This sqlitepool was a Jun 2022 effort to move away from Go's
database/sql package and have an SQLite-specific layer instead. But
we've never used it, or even finished it.

Instead, it just distracts people reading this repo, making them think
we use this code. So just delete it. We can always resurrect it from git
if we decide to go in that direction later.

Updates #cleanup

This sqlitepool was a Jun 2022 effort to move away from Go's
database/sql package and have an SQLite-specific layer instead. But
we've never used it, or even finished it.

Instead, it just distracts people reading this repo, making them think
we use this code. So just delete it. We can always resurrect it from git
if we decide to go in that direction later.

Updates #cleanup

Signed-off-by: Brad Fitzpatrick <brad@danga.com>
@bradfitz bradfitz merged commit 3bdf208 into main Feb 17, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants