Closed ALPSMAC closed 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
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