Skip to content
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: support knex #1169

Merged
merged 12 commits into from
Feb 15, 2024
Merged

feat: support knex #1169

merged 12 commits into from
Feb 15, 2024

Conversation

olavloite
Copy link
Collaborator

@olavloite olavloite commented Nov 5, 2023

Adds a small sample application for using Knex with PGAdapter
and Cloud Spanner. Knex is a query builder built on top of the
standard Node.js 'pg' driver, which is already supported. This
means that Knex.js indirectly is also supported with PGAdapter.

Copy link

codecov bot commented Nov 5, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (542f2dc) 90.66% compared to head (69e65ae) 90.66%.

Additional details and impacted files
@@                  Coverage Diff                  @@
##             postgresql-dialect    #1169   +/-   ##
=====================================================
  Coverage                 90.66%   90.66%           
  Complexity                 2640     2640           
=====================================================
  Files                       141      141           
  Lines                      9016     9016           
  Branches                   1313     1313           
=====================================================
  Hits                       8174     8174           
  Misses                      567      567           
  Partials                    275      275           
Flag Coverage Δ
all_tests 90.66% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Adds a small sample application for using Knex with PGAdapter
and Cloud Spanner. Knex is a query builder built on top of the
standard Node.js 'pg' driver, which is already supported. This
means that Knex.js indirectly is also supported with PGAdapter.
@olavloite olavloite marked this pull request as ready for review February 14, 2024 18:07
@olavloite olavloite merged commit 0a78cf6 into postgresql-dialect Feb 15, 2024
37 checks passed
@olavloite olavloite deleted the knex-tests branch February 15, 2024 09:03
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.

1 participant