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

New Project: Docstore Query Gen for Go CDK #3387

Closed
bartventer opened this issue Feb 28, 2024 · 1 comment · Fixed by #3390
Closed

New Project: Docstore Query Gen for Go CDK #3387

bartventer opened this issue Feb 28, 2024 · 1 comment · Fixed by #3390

Comments

@bartventer
Copy link
Contributor

Hello Go CDK team,

I've recently developed a new project that I believe could be beneficial to the Go CDK community. It's called Docstore Query Gen, and it's designed to provide type-safe query generation for Go CDK Docstore, inspired by go-gorm/gen.

The project is hosted on GitHub at https://github.com/bartventer/docstore-gen

The goal of Docstore Query Gen is to make it easier for developers to write type-safe queries for Go CDK Docstore, reducing the risk of runtime errors due to incorrect query syntax. It uses code generation to achieve this, similar to how go-gorm/gen works for GORM.

I would appreciate it if you could take a look at the project and consider referencing it in your documentation or elsewhere, if you find it useful. I'm also open to any feedback or suggestions you might have.

Thank you for your time and for the great work you're doing with Go CDK!

Best regards, Bart

@vangent
Copy link
Contributor

vangent commented Mar 1, 2024

Thanks, I added a link!

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

Successfully merging a pull request may close this issue.

2 participants