/dbietool

Generator for dbie

Primary LanguageGoMIT LicenseMIT

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