From 8da87b1addf53ba620cb9975afb089a173c71bf0 Mon Sep 17 00:00:00 2001 From: syrell Date: Thu, 31 Oct 2024 21:49:03 +0100 Subject: [PATCH] chore: Added needed packages to update DB stuff --- README.adoc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 553a69e..5fcde23 100644 --- a/README.adoc +++ b/README.adoc @@ -9,4 +9,12 @@ Chirpy relies on a Postgres database (the database should be created first). Nee * DB_URL: Postgres URL connection * PLATFORM: dev, on purpose of the course * JWT_SECRET: can be generated using `openssl rand -base64 64` -* POLKA_KEY: predefined dummy API key used to illustrate webhook feature \ No newline at end of file +* POLKA_KEY: predefined dummy API key used to illustrate webhook feature + +In order to modify DB schema/queries additional libraries are also needed: + +[source,shell] +---- +$ go install github.com/pressly/goose/v3/cmd/goose@latest +$ go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest +---- \ No newline at end of file