Show HN: RestSQL – A .NET tool that turns SQL queries into REST endpoints
github.comA lightweight .NET tool that turns SQL queries (defined in YAML) into ready-to-run REST endpoints. Works standalone or as a library, supports transactions, nested JSON output, and multiple database providers.
I'm posting this in the hope anyone would find use for it :-). I use it myself to read temperature registrations from a PostgreSQL database (another private project). Next feature will most likely be authentication.