Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 2.6 KB

README.md

File metadata and controls

46 lines (29 loc) · 2.6 KB

Docstore Gen

Friendly & Safer GO CDK Docstore, inspired by go-gorm/gen.

Go Reference Release Go Report Card Coverage Status Build GitHub issues License FOSSA Status

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

Maintainers

@bartventer

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.

FOSSA Status

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.