Categorygithub.com/iamgoroot/dbietool
modulepackage
0.0.0-20230218212748-f670af223eb9
Repository: https://github.com/iamgoroot/dbietool.git
Documentation: pkg.go.dev

# README

dbietool

codecov

Tool for Dbie generating repositories out of interface signature

Instruct interface

type User interface {
    dbie.Repo[model.User]
    // ...
}

Run in directory containing interface:

dbietool -core=Bun -consr=func

or

go run github.com/iamgoroot/dbietool -core=Bun -consr=factory

# Packages

No description provided by the author
No description provided by the author