embed_tern/README.md

7 lines
288 B
Markdown

# Embedding PostgreSQL migrations in a Go binary
This is the example project for my [blog entry](https://hawkins.id.au/posts/embedded_sql_migrations_with_tern/).
It shows how to embed SQL migrations and the [tern](https://github.com/JackC/tern) migration tool
into your own Go program.