Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

iamgoroot/dbietool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generator for dbie

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages