Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestions for improving gin-boilerplate #36

Open
mtskg opened this issue Dec 29, 2023 · 1 comment
Open

Suggestions for improving gin-boilerplate #36

mtskg opened this issue Dec 29, 2023 · 1 comment

Comments

@mtskg
Copy link

mtskg commented Dec 29, 2023

As some of the current dependencies are outdated or no longer maintained, gin-boilerplate could benefit from some changes to existing setup. What do you think of making these changes to gin-boilerplate?

  • Add OpenAPI 3.0 support through oapi-codegen for server code generation and documentation support.
  • Replace go-gorp/gorp and pq with sqlc, pgx and use atlas for DB migrations.
    • gorp seems to no longer be maintained as no commits has been made since last year, and pgx is a better maintained alternative than pq these days.
@mtskg mtskg changed the title Suggestion for improvements in gin-boilerplate Suggestions for improving gin-boilerplate Dec 29, 2023
@Massad
Copy link
Owner

Massad commented Jan 2, 2024

@mtskg Sounds interesting! I would love to see your suggestions if you have time 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants