basic header docs of all public modules

This commit is contained in:
Adam D. Ruppe 2019-12-06 22:57:49 -05:00
parent 4e49255070
commit 8d57ff1f5e
35 changed files with 109 additions and 43 deletions

View file

@ -1,4 +1,4 @@
/// minimal libpq wrapper
/// Uses libpq implement the [arsd.database.Database] interface.
module arsd.postgres;
pragma(lib, "pq");