My SQLServer Schema Manager library
- Finn Andersen
- Oct 19, 2024
- 1 min read

I finally got around to publishing a handy tool I developed a long time ago - It lets you define the entire structure of a SQLServer DB in code, and apply it to a target server instance, automatically determining & executing all the diffs.
Back in the day I used it to completely manage the schema of some databases, as well as partially configure others that were managed by Django, for important DB admin features that Django did not support, such as users, roles, partitioning and compression.
It's a bit rough around the edges, doesn't have type annotations or tests, but does the job. Check it out!
Comments