No description
Find a file
2021-02-01 21:39:20 +07:00
.github/workflows Add simple comparison predicates 2021-01-19 19:26:26 +07:00
internal Add insert operation 2021-02-01 21:39:20 +07:00
.gitignore Generate Mongo repository code from repository spec 2021-01-17 14:23:59 +07:00
codecov.yml Add insert operation 2021-02-01 21:39:20 +07:00
go.mod Generate Mongo repository code from repository spec 2021-01-17 14:23:59 +07:00
go.sum Generate Mongo repository code from repository spec 2021-01-17 14:23:59 +07:00
LICENSE Add license file 2021-01-16 10:36:57 +07:00
main.go Add entrypoint to the program 2021-01-23 20:03:16 +07:00
README.md Add insert operation 2021-02-01 21:39:20 +07:00

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