-
Notifications
You must be signed in to change notification settings - Fork 33
feat: add node-sqlite3
connector
#147
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
Conversation
Do you mind to update tests as well? Also considering their similarities, I would keep both under same page 2 sections for alternatives (we could also do a small compare) |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #147 +/- ##
=======================================
Coverage ? 41.18%
=======================================
Files ? 22
Lines ? 828
Branches ? 83
=======================================
Hits ? 341
Misses ? 481
Partials ? 6 ☔ View full report in Codecov by Sentry. |
I'm not sure about the compare section. Can you take care of it? 🙏 |
node-sqlite3
connectornode-sqlite3
connector
(tests are good, CI is buggy with npm rate limits) |
Implement a new connector for the
node-sqlite3
package.Discussed in nuxt/content#3032 (comment)
I renamed
docs/2.connectors/sqlite.md
todocs/2.connectors/better-sqlite3.md
in order to create another file for the new connector. We need to redirect the old path to the new one.