https://github.com/schema-smith/schemasmithdemos
Demo repository for SchemaQuench.
https://github.com/schema-smith/schemasmithdemos
database-migrations deployment developer-tools mssql schema-migrations schema-quench
Last synced: 4 months ago
JSON representation
Demo repository for SchemaQuench.
- Host: GitHub
- URL: https://github.com/schema-smith/schemasmithdemos
- Owner: Schema-Smith
- Created: 2025-04-07T19:13:48.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-08-06T21:36:11.000Z (5 months ago)
- Last Synced: 2025-08-06T23:30:59.125Z (5 months ago)
- Topics: database-migrations, deployment, developer-tools, mssql, schema-migrations, schema-quench
- Language: TSQL
- Homepage: https://SchemaSmith.com
- Size: 14.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# SchemaSmithDemos
## Overview
The SchemaSmithDemos repository is a collection of well known, freely avaiable, sql server sample database definitions modified to be deployed by [Schema Quench](https://github.com/Schema-Smith/SchemaSmithyFree).
Each demo is self contained in one of the following subfolders
| Demo | Source location | Status |
| -------------- | -------------------------------------------------- | ------ |
| Northwind | [Northwind pubs](https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/databases/northwind-pubs/instnwnd.sql) | Done |
| AdventureWorks | [AdventureWorks OLTP Scripts](https://github.com/Microsoft/sql-server-samples/releases/download/adventureworks/AdventureWorks-oltp-install-script.zip) | Done |
## Quick Start Guide
Each demo has an associated docker service associated with it. To deploy the full stack on windows or mac run the following from the root of the repository:
```bash
docker compose build
docker compose up
```
## Additional Resources
Checkout our [wiki](https://github.com/Schema-Smith/SchemaSmithyFree/wiki) for documentation about how these tools work to make deploying sql server schema effortless.