On Sunday, 1 August 2021 at 17:18:39 UTC, Alain De Vos wrote:
A simple and small wrapper around for instance the C-library libpq should be part of the language itself and should not pull in more than libpq itself.
i have one of those in two files: database.d for the interface and postgres.d for the impl found in here https://github.com/adamdruppe/arsd
are you suggesting some kind of mandatory review to be featured on dub? that might not be a bad idea actually.