This project demonstrates how to create a database layer using SQLC and PostgreSQL. It includes example models for doctors, patients, and appointments.
- Go 1.20 or higher
- PostgreSQL 12.x or higher
- SQLC
- Goose migrations
- Docker (optional)
Contributions are welcome. If you would like to contribute to this repo, please follow these steps:
- Fork this repository.
- Create a new branch for your changes.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Create a pull request to merge your changes into this repository.