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`.