TIL about https://github.com/theseus-rs/postgresql-embedded
Basically it allows you to replace sqlite with postgres in your #rust app.
My use case: a standalone CLI build of "usually-server" tool which can be used without docker and other additional efforts on developers' machines. And I don't have to create a separate SQL module to make sqlx support sqlite as well. One implementation, one database, one binary for deployment. Perfect!
@rayslava и лого великолепно