Add sqlExport.py to README

This commit is contained in:
Adam Goldsmith 2020-03-29 00:25:06 -04:00
parent 8edaaf0df9
commit b82da10073

View File

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