Skip to content

Conversation

@ricardohsmello
Copy link
Member

Introduce Java implementations for insert, update, and find operations, covering exact matches, range filters, and combined query conditions

Copy link
Contributor

@dfreniche dfreniche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm missing the:

  • SELECT → projection
  • ORDER BY → .sort() & LIMIT → .limit()
    code snippets. Can you also add those to this PR? This way we can have a complete set of CRUD examples.

I've added syntax coloring for Java, which makes the code more beautiful

Copy link
Contributor

@dfreniche dfreniche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job! Approving!

@ricardohsmello ricardohsmello merged commit 87d93b2 into main Dec 16, 2025
2 checks passed
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.

3 participants