feat: add basic postgres module for db setup

This commit is contained in:
Lance Edgar 2024-11-20 12:18:58 -06:00
parent 3c75194c26
commit 12daf6a1e3
4 changed files with 285 additions and 0 deletions

View file

@ -0,0 +1,6 @@
``wuttamess.postgres``
======================
.. automodule:: wuttamess.postgres
:members:

View file

@ -32,6 +32,7 @@ project.
api/wuttamess
api/wuttamess.apt
api/wuttamess.postfix
api/wuttamess.postgres
api/wuttamess.ssh
api/wuttamess.sync
api/wuttamess.util