Skip to content

feat(preferred): add sqlite3 replacement options#639

Merged
43081j merged 5 commits intoe18e:mainfrom
dreyfus92:add/sqlite
May 6, 2026
Merged

feat(preferred): add sqlite3 replacement options#639
43081j merged 5 commits intoe18e:mainfrom
dreyfus92:add/sqlite

Conversation

@dreyfus92
Copy link
Copy Markdown
Collaborator

@dreyfus92 dreyfus92 commented Apr 28, 2026

🔗 Linked issue

📚 Description

this PR adds sqlite3 replacements to the preferred manifest in the agreed order (node:sqlite, better-sqlite3, sqlite), includes the matching replacement metadata entries, and adds a new docs page with quick migration examples.

closes: #623

Comment thread docs/modules/sqlite3.md Outdated
@ghostdevv
Copy link
Copy Markdown
Collaborator

ghostdevv commented May 4, 2026

sqlite doesn't appear to be used much (relative to better-sqlite3), and is using a one major version behind version of sqlite3 - is it a suitable replacement? actually a shame it's not used much since, on paper it otherwise seems more modern

@43081j
Copy link
Copy Markdown
Contributor

43081j commented May 5, 2026

note this @ghostdevv
#639 (comment)

sqlite is actually just a client but still needs a driver: sqlite3.

so we should remove it from the list here

EDIT: i removed it and caught up from main

Comment thread manifests/micro-utilities.json Outdated
Comment thread docs/modules/sqlite3.md Outdated
43081j and others added 2 commits May 6, 2026 09:06
@43081j 43081j merged commit ba4f6f7 into e18e:main May 6, 2026
4 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.

[Replacement]: sqlite3

4 participants