内容简介:跨平台的界面化golang便捷转换器,支持数据库转Struct、Sql转Struct、Json转Struct等。安装使用不需要额外的环境,移步到
跨平台的界面化golang便捷转换器,支持数据库转Struct、 Sql 转Struct、Json转Struct等。
Features 功能展示
-
[x] 数据库转Struct
-
[x] 数据引擎支持
- [x] Mysql
- [ ] PostgreSQL
- [ ] Sqlite3
- [ ] Mssql
- [x] 自动存文件
-
[x] 标签支持
- [x] Gorm
- [x] Xrom
- [x] JSON
- [x] 排除列表
- [x] 数据映射
- [x] 自定义转型
-
- [x] Sql转Struct
- [x] Json转Struct
Prerequisites 开发条件
golang >= 1.11
Installation 安装
安装使用不需要额外的环境,移步到 releases 下载。
不同平台需要安装额外的开发环境
OS X & Linux:
OpenSSL
Windows:
Gcc
Usage example 编译示例(windows)
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
Contributing 开源支持
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
Thanks 鸣谢
github.com/hsyan2008/gom github.com/fatih/structtag github.com/yujiahaol68/sql2struct github.com/bashtian/jsonutils
Release History 版本历史
-
beta
- 测试开源版本
-
0.0.1
- gormat lite
About 关于
在golang开发中,有很多时候需要手动敲结构体,并且需要手动入库。尽管gorm有自动迁移的功能,但并不能有效、理想化的形成数据库字段。
网上也有很多开源的例子,但是都没有界面化并且方便管理的工具,所以我开始写这个项目,目的就是更高效的开发,转换即用。
本项目借鉴了许多开源转换库的代码,并结合orm进行适度调整。在开发中遇到了很多的问题,fyne这个GUI开发框架也是有很多坑点的,现不赘述。不管是数据库转Struct,还是Struct转SQL语句,普遍还存在一些误差,所以转换结果仅供参考,
实际项目请自行调整使用。
License 授权协议
这个项目 MIT 协议, 请点击 LICENSE 了解更多细节。
以上所述就是小编给大家介绍的《Gormat - 跨平台Gopher辅助工具》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Bytom Kit开发辅助工具介绍
- Goland辅助工具goimports和gomodules
- BTrace 问题辅助排查工具使用手册
- 自动化逆向辅助利器 — Capa工具介绍
- 辅助测试工具 autest v2.0.0 发布
- webpack4.0从零开始单页(多页)应用配置(三) --- 辅助工具
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Distributed Algorithms: An Intuitive Approach
Wan Fokkink / MIT Press / 2018-2-2 / USD 48.00
The new edition of a guide to distributed algorithms that emphasizes examples and exercises rather than the intricacies of mathematical models. This book offers students and researchers a guide to ......一起来看看 《Distributed Algorithms: An Intuitive Approach》 这本书的介绍吧!