Skip to content
/ go-bed Public

a high performance and lack use reflect and assertion golang framework.

License

Notifications You must be signed in to change notification settings

xslower/go-bed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoORM

a high performance and lack use reflect and assertion golang framework. now there is only have orm orm just support normal CRUD and table partition and orm just support mysql now.

todo list: [cache] cache support [orm] auto cache data for db select. [model] distribute strategy then the orm will support distributed database and cache [orm] relate table search [router] router and dispatcher [view] support bootstrap and jquery

orm usage: write you model definition in one go file and use prebuilder to generate a implements file.

cd prebuilder go build ./prebuilder -m path/to/you/model.go then u can write you logic

if u want partition your table, see example model.go in test directory

CRUD see example in test directory

About

a high performance and lack use reflect and assertion golang framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages