Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T02:35:39.000Z (7 months ago)
- Last Synced: 2024-10-16T16:18:36.551Z (28 days ago)
- Topics: db, desktop, go, vuejs, wails
- Language: TypeScript
- Homepage:
- Size: 5.39 MB
- Stars: 146
- 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
![Go reference](https://img.shields.io/badge/go-v1.18-blue?logo=go&logoColor=white)
[![wails](https://img.shields.io/badge/wails-v2.3.1-brightgreen.svg)](https://wails.io)
[![vue3](https://img.shields.io/badge/vue-v3.2.0-7289da.svg?logo=v&logoColor=42b883)](https://vuejs.org/)
[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![dagate](https://img.shields.io/badge/dbgate-reference-brightgreen?&logoColor=white)](https://github.com/dbgate/dbgate)
[![styled with prettier](https://img.shields.io/badge/vben_admin-reference-ff69b4.svg)](https://vvbin.cn/doc-next/)使用`go`、`wails`、`vue3`,目前只开发开发桌面端,目前仅支持`mysql`、`mongodb`、后续会持续更新其他数据库的支持,会兼容`window`、`macOs`、`linux`,由于我有正常的工作,都是利用空闲时间晚上跟周末开发。
![](https://cdn.jsdelivr.net/gh/422720735/easy_go@master/keeper.png)
![](https://cdn.jsdelivr.net/gh/422720735/easy_go@master/keeper-2.png)
![](https://cdn.jsdelivr.net/gh/422720735/easy_go@master/dark.png)一个人的时间是有限的,作者正在尽最大努力开发功能,距离第一个发行版还有一些时日。`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)