https://github.com/xuender/kdb
数据库相关
https://github.com/xuender/kdb
Last synced: 2 months ago
JSON representation
数据库相关
- Host: GitHub
- URL: https://github.com/xuender/kdb
- Owner: xuender
- License: mit
- Created: 2023-08-28T02:35:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-28T09:02:57.000Z (over 1 year ago)
- Last Synced: 2025-02-09T19:40:57.113Z (4 months ago)
- Language: Go
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
# kdb
[![Action][action-svg]][action-url]
[![Report Card][goreport-svg]][goreport-url]
[![godoc][godoc-svg]][godoc-url]
[![License][license-svg]][license-url]## Install
```shell
go install github.com/xuender/kdb@latest
```## License
© ender, 2023~time.Now
[MIT LICENSE](https://github.com/xuender/kdb/blob/master/LICENSE)
[action-url]: https://github.com/xuender/kdb/actions
[action-svg]: https://github.com/xuender/kdb/workflows/Go/badge.svg[goreport-url]: https://goreportcard.com/report/github.com/xuender/kdb
[goreport-svg]: https://goreportcard.com/badge/github.com/xuender/kdb[godoc-url]: https://godoc.org/github.com/xuender/kdb
[godoc-svg]: https://godoc.org/github.com/xuender/kdb?status.svg[license-url]: https://github.com/xuender/kdb/blob/master/LICENSE
[license-svg]: https://img.shields.io/badge/license-MIT-blue.svg