feat: introduce sqlc for the datastore layer

This commit is contained in:
Muyao CHEN
2024-10-05 18:58:14 +02:00
parent 8f9e552696
commit d7b007b851
10 changed files with 190 additions and 10 deletions

View File

@ -42,7 +42,7 @@ format: # format code.
.PHONY: add-copyright
add-copyright: # add license to file headers.
@addlicense -v -f $(ROOT_DIR)/LICENSE $(ROOT_DIR) --skip-files=database.yml --skip-dirs=$(OUTPUT_DIR),deployment,migrations,configs
@addlicense -v -f $(ROOT_DIR)/LICENSE $(ROOT_DIR) --skip-files=database.yml --skip-dirs=$(OUTPUT_DIR),deployment,migrations,configs,datastore
.PHONY: swagger
swagger: # Run swagger.