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): relation stage 2 #99

Merged
merged 19 commits into from
Jun 4, 2024
Merged

Conversation

Hieuzest
Copy link
Contributor

@Hieuzest Hieuzest commented Jun 2, 2024

  • Relation Modifier Operations
  $remove $disconnect $set $create $upsert $connect
1-1 Required Remove Set Set Create Upsert Set
1-1 Optional Remove SetSelf Set Create Upsert Query SetSelf
M-1 Remove Set Set Create SetSelf Upsert Query SetSelf
1-M Remove Set Set Create Upsert Set
M-M Query Remove RemoveAssoc Query RemoveAssoc Query Set Create UpsertAssoc Upsert UpsertAssoc Query UpsertAssoc
  • Relation Modifier Shorthands
  null object array
1-1 Required $remove $create/$upsert /
1-1 Optional $disconnect $create/$upsert /
M-1 $disconnect $create/$upsert /
1-M / / $remove $upsert
M-M / / $disconnect $upsert
  • Relation Create Shorthands all redirected to $create

Copy link

codecov bot commented Jun 2, 2024

Codecov Report

Attention: Patch coverage is 99.92593% with 1 line in your changes missing coverage. Please review.

Project coverage is 98.94%. Comparing base (df47d9f) to head (7814a65).

Current head 7814a65 differs from pull request most recent head b785ee7

Please upload reports for the commit b785ee7 to get more accurate results.

Files Patch % Lines
packages/core/src/database.ts 99.76% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
+ Coverage   98.81%   98.94%   +0.13%     
==========================================
  Files          39       39              
  Lines       11774    12782    +1008     
  Branches     3057     3192     +135     
==========================================
+ Hits        11634    12647    +1013     
+ Misses        140      135       -5     

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

@Hieuzest Hieuzest changed the title [draft] feat: relation stage 2 feat: relation stage 2 Jun 3, 2024
@Hieuzest Hieuzest changed the title feat: relation stage 2 feat(core): relation stage 2 Jun 3, 2024
@Hieuzest Hieuzest requested a review from shigma June 3, 2024 13:46
@shigma shigma merged commit 308229e into cordiverse:master Jun 4, 2024
24 checks passed
@shigma shigma changed the title feat(core): relation stage 2 feat(minato): relation stage 2 Jun 4, 2024
@Hieuzest Hieuzest deleted the feat-relation-2 branch June 5, 2024 08:51
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.

2 participants