Website and WebAssembly build of sqldef - an idempotent schema management tool for MySQL, PostgreSQL, SQLite3, and SQL Server.
This repository contains:
- A WASM build of sqldef's DDL diff functionality
- A web demo at https://sqldef.github.io/
The Go source (sqldef-wasm.go) compiles to WebAssembly and exposes a diff function that compares two SQL schemas and generates migration DDLs.
# Build the WASM file
make sqldef.wasm
# Start local dev server at http://localhost:6543
make dev
# Update Go dependencies
make update
# Format and lint
make format
make lintMIT
Copyright (c) sqldef team