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

SqlBoiler #7963

Open
Saurabhkanawade opened this issue Dec 31, 2024 · 1 comment
Open

SqlBoiler #7963

Saurabhkanawade opened this issue Dec 31, 2024 · 1 comment
Labels
golang Roadmap: golang topic-change Missing or deprecated topics in roadmap

Comments

@Saurabhkanawade
Copy link

Roadmap URL

https://roadmap.sh/golang

Suggestions

  1. Add SQLBoiler Under Database or ORM
    Section Name: "ORMs and Database Tools"
    Description: Introduce SQLBoiler as a highly performant ORM for Golang that generates boilerplate code for database interactions.
    Topics to Include:
    Introduction to SQLBoiler
    Installation and Setup
    Database Schema Code Generation
    Query Building and Execution
    Handling Relationships (e.g., Foreign Keys, Joins)
    Custom Queries and Hooks
    Real-world Use Cases
  2. Compare ORM Options in Golang
    Include SQLBoiler alongside GORM, Ent, and other ORMs.
    Provide a comparison table with criteria such as performance, ease of use, feature richness, and community support.
  3. Add Tutorials and Projects
    Create a section for "Learning SQLBoiler" with links to tutorials, blogs, and documentation.
    Include a beginner-friendly project for users to follow, such as building a simple CRUD application.
  4. Provide SQLBoiler Integration Tips
    Add a subtopic on integrating SQLBoiler with popular tools and frameworks like Gorilla Mux, Gin, and Echo.
  5. Highlight Benefits of SQLBoiler
    Performance efficiency due to pre-generated code.
    Strong typing, avoiding runtime surprises.
    Compatibility with various databases.
  6. Include Advanced Topics
    Customizing SQLBoiler templates.
    Handling migrations in tandem with SQLBoiler.
    Optimizing queries for large-scale applications.
@Saurabhkanawade Saurabhkanawade added the topic-change Missing or deprecated topics in roadmap label Dec 31, 2024
@github-actions github-actions bot added the golang Roadmap: golang label Dec 31, 2024
Copy link
Contributor

🙌 Hello! Thank you for taking the time to file an issue.

If this is a bug report, please include any relevant logs or details that can help us debug the problem. Your help is greatly appreciated! 💡

We'll get back to you as soon as possible, kindly be patient for a response from a maintainer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
golang Roadmap: golang topic-change Missing or deprecated topics in roadmap
Projects
None yet
Development

No branches or pull requests

1 participant