repogen/README.md
2021-02-01 21:39:20 +07:00

732 B

repogen

build status badge

Repogen is a code generator for database repository in Golang inspired by Spring Data JPA. (WIP)

Features

Repogen is a library that generates MongoDB repository implementation from repository interface by using method name pattern.

  • CRUD functionality
  • Method signature validation
  • Supports single-entity and multiple-entity operations
  • Supports many comparison operators