embed_tern/README.md

7 lines
288 B
Markdown
Raw Permalink Normal View History

2023-03-05 09:41:13 +10:30
# 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.