跨平台的界面化 golang 便捷转换器,支持数据库转 Struct、Sql 转 Struct、Json 转 Struct 等。
golang >= 1.11
安装使用不需要额外的环境,移步到releases下载。
不同平台需要安装额外的开发环境
OS X & Linux:
OpenSSL
Windows:
Gcc
SET CGO_ENABLED=1
SET CC=x86_64-w64-mingw32-gcc
SET GOOS=windows
SET GOARCH=amd64
go build -o gormat.exe -ldflags="-H windowsgui"
本项目使用 fyne 开发,更多打包编译步骤参考: https://fyne.io/develop/distribution.html
fyne.io/fyne
github.com/Chronokeeper/anyxml
github.com/CloudyKit/fastprinter
github.com/CloudyKit/jet
github.com/agrison/go-tablib
github.com/agrison/mxj
github.com/bndr/gotabulate
github.com/buger/jsonparser
github.com/chenhg5/collection
github.com/denisenkom/go-mssqldb
github.com/fatih/astrewrite
github.com/fatih/camelcase
github.com/fatih/structs
github.com/go-sql-driver/mysql
github.com/lib/pq
github.com/liudanking/gorm2sql
github.com/liudanking/goutil
github.com/mattn/go-sqlite3
github.com/pinzolo/casee
github.com/tealeg/xlsx
github.com/xormplus/builder
github.com/xormplus/core
github.com/xormplus/xorm
golang.org/x/net
golang.org/x/tools
gopkg.in/flosch/pongo2.v3
gopkg.in/yaml.v2
github.com/hsyan2008/gom
github.com/fatih/structtag
github.com/yujiahaol68/sql2struct
github.com/bashtian/jsonutils
在 golang 开发中,有很多时候需要手动敲结构体,并且需要手动入库。尽管 gorm 有自动迁移的功能,但并不能有效、理想化的形成数据库字段。 网上也有很多开源的例子,但是都没有界面化并且方便管理的工具,所以我开始写这个项目,目的就是更高效的开发,转换即用。
本项目借鉴了许多开源转换库的代码,并结合 orm 进行适度调整。在开发中遇到了很多的问题,fyne 这个 GUI 开发框架也是有很多坑点的,现不赘述。不管是数据库转 Struct,还是 Struct 转 SQL 语句,普遍还存在一些误差,所以转换结果仅供参考, 实际项目请自行调整使用。
这个项目 MIT 协议, 请点击 LICENSE 了解更多细节。
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.