What's everyone working on this week (21/2023)?

New week, new Rust! What are you folks up to?

Working on a basic content management system to replace my wife's website.
Using ed25519_dalek in wasm for signatures in headers for an auth measure.

Hi @Jcarp ,If you dont mind using sqlite for a few months, you might like to try GitHub - Electron100/butane: An ORM for Rust with a focus on simplicity and on writing Rust, not SQL for the database side of things. The postgresql support doesnt work in an async runtime yet, but I have sqlite working in actix. There is a PR for complete async support; progress on it is slow but sure.

I'm just using json files at the moment as I didn't want to have to install all of postgres just for something as small as this project and I hate the current sqlite offerings. I may look into it. Thanks.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.