-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(sql): add sql standard interfaces #5
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #5 +/- ##
==========================================
- Coverage 90.40% 88.82% -1.59%
==========================================
Files 12 19 +7
Lines 7935 8803 +868
Branches 67 95 +28
==========================================
+ Hits 7174 7819 +645
- Misses 761 983 +222
- Partials 0 1 +1 ☔ View full report in Codecov by Sentry. |
Status: semi-stable (can be changed if community reaches other consensus)
JSR: https://jsr.io/@stdext/sql/versions
Reason
Having a standardized interface for relational databases in JavaScript and TypeScript has been brought up every now and then in the Deno DB community, but as Deno was still in its early days, and the community was young, it was never started. However, as Deno is becoming more stable, supports NPM and Node, and we got JSR, it is time to consolidate and create a standard for relational (sql-based) database clients.
Implementations