This project is still in early development and testing. Behavior is subject to (and expected to) change, including breaking changes of configurations, installation, file names, database schema, etc.
I have a need to compare multiple different versions of essentially the same SQL Server 2005+ databases and bring the table structures up to that which is in the newest version. It should compare the ...
This is a simple cron sync designed to ensure that users in Cognito exist in a Users table in SQL Server. Deletion from Cognito should not delete from SQL Server. Deployment is in GitHub Actions, on ...