From fde5a9bf2fcbb3e0df435e02f11f3b93d668cabd Mon Sep 17 00:00:00 2001 From: andream16 Date: Mon, 16 Dec 2024 16:01:08 +0000 Subject: [PATCH] Documenting atlas.sum. --- sdk/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sdk/README.md b/sdk/README.md index f67b047ca..306ac868f 100644 --- a/sdk/README.md +++ b/sdk/README.md @@ -325,7 +325,9 @@ You can generate types mapping schemas and queries by leveraging the `go:generat Components require a common database/tables setup to function properly. -This is achieved with migrations. +This is achieved with migrations with [atlas](https://atlasgo.io/). + +Atlas uses a `atlas.sum` to ensure [migration files' integrity](https://atlasgo.io/concepts/migration-directory-integrity). ##### SQLite