Skip to content

Commit

Permalink
Update examples.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias authored Jun 10, 2024
1 parent cf44a24 commit f4107c6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,23 @@
"Docker",
"Docker Compose"
]
},
{
"name": "SQLC with Go, PostgreSQL, Docker Compose",
"description": "This project demonstrates the implementation of a REST API using Go, SQLC, and PostgreSQL. It uses Docker Compose to set up the development environment and includes examples of creating, reading, updating, and deleting records in the database.",
"url": "https://github.com/nanlabs/backend-reference/tree/main/examples/golang-api-with-postgres-and-sqlc",
"tags": [
"Apps and Boilerplates",
"Examples > Backend > SQLC",
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": [
"Golang",
"SQLC",
"PostgreSQL",
"Docker",
"Docker Compose"
]
}
]
}

0 comments on commit f4107c6

Please sign in to comment.