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(minato): support multiple drivers, fix #82 #84

Merged
merged 9 commits into from Apr 16, 2024
Merged

Conversation

shigma
Copy link
Member

@shigma shigma commented Apr 15, 2024

  • transaction for indeterminate drivers
  • driver switching based on model definitions
  • cross-driver operation checks (join only)

Copy link

codecov bot commented Apr 15, 2024

Codecov Report

Attention: Patch coverage is 97.92746% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 98.63%. Comparing base (9fe00a0) to head (51f92e0).

Files Patch % Lines
packages/sqlite/src/index.ts 93.33% 3 Missing ⚠️
packages/memory/src/index.ts 91.66% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master      #84   +/-   ##
=======================================
  Coverage   98.62%   98.63%           
=======================================
  Files          38       38           
  Lines        9460     9491   +31     
  Branches     2413     2403   -10     
=======================================
+ Hits         9330     9361   +31     
  Misses        130      130           

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

@shigma shigma changed the title feat(minato): support multiple drivers feat(minato): support multiple drivers, fix #82 Apr 15, 2024
@shigma shigma marked this pull request as ready for review April 15, 2024 22:50
@shigma shigma merged commit 2f1f990 into master Apr 16, 2024
49 of 50 checks passed
@shigma shigma deleted the multi-driver branch April 16, 2024 17:34
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.

None yet

2 participants