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

Added query syntax utilities #10

Merged
merged 12 commits into from
Jan 7, 2025
Merged

Added query syntax utilities #10

merged 12 commits into from
Jan 7, 2025

Conversation

leo
Copy link
Member

@leo leo commented Jan 7, 2025

The package already contains the syntax utilities for primitives (field types) and models. The change right here also adds the syntax utilities for queries, so that all syntax utilities are located in a single place.

@leo leo added the enhancement New feature or request label Jan 7, 2025
@leo leo requested a review from colodenn January 7, 2025 09:22
Copy link

github-actions bot commented Jan 7, 2025

Released an experimental package:

bun add @ronin/schema@leo-ron-1097-experimental-32

This package will be removed after the pull request has been merged.

@codecov-commenter
Copy link

codecov-commenter commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
src/schema/index.ts 100.00% <100.00%> (ø)
src/schema/model.ts 100.00% <100.00%> (ø)
src/schema/primitives.ts 100.00% <100.00%> (ø)
src/utils/errors.ts 100.00% <ø> (ø)
src/utils/serializers.ts 100.00% <ø> (ø)

@leo leo requested review from NuroDev and juriadams January 7, 2025 10:00
@leo leo marked this pull request as ready for review January 7, 2025 10:37
@leo leo enabled auto-merge (squash) January 7, 2025 10:37
@leo leo merged commit 58728d1 into main Jan 7, 2025
3 checks passed
@leo leo deleted the leo/ron-1097 branch January 7, 2025 10:41
@colodenn colodenn mentioned this pull request Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants