From b82da10073d20d99f415f5a4ac2905727d400eaf Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 29 Mar 2020 00:25:06 -0400 Subject: [PATCH] Add `sqlExport.py` to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f35a1e6..cd1f0a7 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,7 @@ Retrieves member information from MembershipWorks and pushes it out to the HID E ## `ucsAccounts.py` Retrieves member information from MembershipWorks and pushes it out to [UCS](https://www.univention.com/products/ucs/), which we use as a domain controller for the Windows computers at the Space. + +## `sqlExport.py` + +Retrieves account and transaction information from MembershipWorks, and pushes it to a MariaDB database for use in other projects. Schemas are defined (somewhat oddly, to be fair) in `tableMapping.yaml`.