go-xorm / cmd

Command line tools for database operation written by Go, moved to https://gitea.com/xorm/cmd
BSD 3-Clause "New" or "Revised" License
168 stars 77 forks source link

added template for generating meddler models #20

Closed k3a closed 7 years ago

k3a commented 7 years ago

Hi. I am using Meddler (github.com/russross/meddler) - it is a simple and fast SQL <--> struct library. I've made a simple template for reverse-generating models for this library as well.

lunny commented 7 years ago

Thanks!