Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wzslr321/gorm_postgresql_gin_example
Very simple example of how to connect Gorm with Gin and Postgresql
https://github.com/wzslr321/gorm_postgresql_gin_example
gin golang gorm postgresql
Last synced: 8 days ago
JSON representation
Very simple example of how to connect Gorm with Gin and Postgresql
- Host: GitHub
- URL: https://github.com/wzslr321/gorm_postgresql_gin_example
- Owner: wzslr321
- Created: 2020-12-08T19:32:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-31T20:54:40.000Z (over 3 years ago)
- Last Synced: 2024-12-25T14:06:54.161Z (17 days ago)
- Topics: gin, golang, gorm, postgresql
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Example of how to connect Gorm with Postgresql and Gin
#
It contains:
> very simple route-handling with gin> database setup with migrations
> populate function which add dummy data based on gorm struct, without saving it to the database
> Add simple post to the database in-line