repositorypackage
1.9.0
Repository: https://github.com/bartventer/docstore-gen.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Docstore Gen
Friendly & Safer GO CDK Docstore, inspired by go-gorm/gen.
Overview
- Idiomatic & Reusable API from Dynamic Query
- 100% Type-safe DAO API without
interface{}
- Struct to Query follows Docstore conventions
- Designed to be used with the Go CDK Docstore
- Docstore under the hood, supports all features that Docstore querying supports
Getting Started
- Docstore Gen Guides; see examples
- Docstore Guides https://gocloud.dev/howto/docstore/
Maintainers
Contributing
All contributions are welcome! Open a pull request to request a feature or submit a bug report.
License
Released under the Apache License 2.0.
Acknowledgements
This project makes use of code from the go-gorm/gen project. We thank the authors of go-gorm/gen for their work and for making their code available for reuse.
Additionally, this project is built upon the Go CDK Docstore and we appreciate the work of the Go Cloud Development Kit team.