tokio-rs / toasty

An async ORM for Rust (incubating)
MIT License
1.09k stars 26 forks source link

NoSQL/SQL ORM - Prior Work #51

Closed ALPSMAC closed 2 weeks ago

ALPSMAC commented 2 weeks ago

In your announcement post ( https://tokio.rs/blog/2024-10-23-announcing-toasty ) you asked for examples of prior work targeting both SQL and NoSQL databases.

I wanted to call to your attention Quill from the Scala ecosystem if you're not yet familiar: https://zio.dev/zio-quill/contexts/

There are some unique ideas in there about using compile-time macros / meta-programming to support a variety of different databases and dialects, including at least one "NoSQL" example - Cassandra.

Kind Regards, Andy