https://github.com/tiyongliu/keeper
go + wails + vue3 develops modern and easy to use multiple database visualization development tools
https://github.com/tiyongliu/keeper
db desktop go vuejs wails
Last synced: about 2 months ago
JSON representation
go + wails + vue3 develops modern and easy to use multiple database visualization development tools
- Host: GitHub
- URL: https://github.com/tiyongliu/keeper
- Owner: tiyongliu
- License: mit
- Created: 2022-06-07T15:45:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T02:35:39.000Z (over 1 year ago)
- Last Synced: 2024-12-10T00:42:15.445Z (10 months ago)
- Topics: db, desktop, go, vuejs, wails
- Language: TypeScript
- Homepage:
- Size: 5.39 MB
- Stars: 147
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.zh_CN.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://wails.io)
[](https://vuejs.org/)
[](https://opensource.org/licenses/MIT)
[](https://github.com/dbgate/dbgate)
[](https://vvbin.cn/doc-next/)使用`go`、`wails`、`vue3`,目前只开发开发桌面端,目前仅支持`mysql`、`mongodb`、后续会持续更新其他数据库的支持,会兼容`window`、`macOs`、`linux`,由于我有正常的工作,都是利用空闲时间晚上跟周末开发。


一个人的时间是有限的,作者正在尽最大努力开发功能,距离第一个发行版还有一些时日。`wails`将它看作为 Go 的快并且轻量的 `Electron` 替代品。 您可以使用 Go 的灵活性和强大功能,结合丰富的现代前端,轻松的构建应用程序。
### 预览版
[0.0.2.3-alpha.1](https://github.com/tiyongliu/keeper/releases/tag/0.0.2.3-alpha.1)## 功能
- 使用`go`、`wails`、`vue3`构建桌面数据库可视化工具
- 使用wails提供事件系统go和Javascript之间的通信
- 目前仅支持`mongodb`、`mysql`的使用
- `windows` `macOs` `lunux` 发行版## 1. git bash open script to install
```shell
cd script
sh ./install.sh
```## 2. run app
```shell
wails dev #keeper同级目录下运行
```## 如果安装过程中遇到问题,可以参考wails官方文档
## License
© tiyongliu, 2022-03.14~time.NowReleased under the [MIT License](./LICENSE)