Skip to content

zhengyun1112/glorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glorm

A lightweight golang ORM framework

Main features

TO ADD

The code generator is inspired by @mijia

The code generate can generate model code from existing database table

  1. go build

  2. ./glorm -db="test:test@/qxf" -pkg={target_package} -tables={your_table} -driver=mysql -schema={your_database}

About

A lightweight golang ORM framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages