Skip to content

Sync to GitHub

Alex Bochkov edited this page May 13, 2026 · 7 revisions

A basic, manually triggered "source control" tool for SQL Server. Scripts all objects from selected databases and commits them to a GitHub repository, making it easy to track DDL changes over time.

Database schemas are extracted with DacFx to ensure complete coverage of objects, while additional settings are exported manually.

image image

Object deletions are handled individually because current API doesn't allow me to do it in a single commit.

image image

How to create a token?

Navigate to personal-access-tokens.
Create a new token with access to a selected repo and grant two permissions:
image

Clone this wiki locally