Skip to content

New implementation - #22

Merged
lazamar merged 33 commits into
mainfrom
non-legacy
Oct 13, 2025
Merged

New implementation#22
lazamar merged 33 commits into
mainfrom
non-legacy

Conversation

@lazamar

@lazamar lazamar commented Oct 13, 2025

Copy link
Copy Markdown
Contributor

Replaces legacy implementation with a type-driven approach.
Main points:

  • No implicit dependencies relying on runtime checks. Removed use of annotations, everything is checked at compile time now.
  • Databases and repositories explicitly initialised.
  • Type-safe encoders and decoders for all types.
  • Decoders for queries and commands defined locally with route definition.
  • Encoders and decoders for Mongo types defined together with the collection.
  • Collection instances can define how to create indexes.

@lazamar

lazamar commented Oct 13, 2025

Copy link
Copy Markdown
Contributor Author

Great work
image

@lazamar
lazamar merged commit 77be83c into main Oct 13, 2025
1 check 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.

1 participant