Projek ini adalah implementasi blog sederhana menggunakan framework Go Chi dan SQLC untuk berinteraksi dengan database. Go Chi adalah sebuah framework web minimalis untuk Go (Golang), sementara SQLC adalah alat untuk menghasilkan kode SQL secara langsung dari query SQL.
go mod tidy
https://github.com/golang-migrate/migrate/tree/master/cmd/migrate
https://docs.sqlc.dev/en/latest/overview/install.html
go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest
dbdocs.io is a free, simple tool to create web-based documentation for your database. This guide will help you setup and start using dbdocs in less than 5 minutes. https://dbdocs.io/docs
npm install -g dbdocs
DBML comes with a built-in CLI which can be used to convert between different formats from the command line
npm install -g @dbml/cli