https://github.com/orisano/mysqlerr
easy to use mysql error constants from go
https://github.com/orisano/mysqlerr
error go mysql
Last synced: 7 months ago
JSON representation
easy to use mysql error constants from go
- Host: GitHub
- URL: https://github.com/orisano/mysqlerr
- Owner: orisano
- License: mit
- Created: 2021-07-20T16:05:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T07:26:47.000Z (almost 2 years ago)
- Last Synced: 2025-03-07T03:13:32.146Z (over 1 year ago)
- Topics: error, go, mysql
- Language: Go
- Homepage:
- Size: 70.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mysqlerr
## Installation
```
go get -u github.com/orisano/mysqlerr/...
```
## Reference
* https://dev.mysql.com/doc/relnotes/mysql/5.7/en/
* https://dev.mysql.com/doc/relnotes/mysql/8.0/en/
* https://dev.mysql.com/doc/relnotes/mysql/8.4/en/
## Author
Nao Yonashiro
## License
MIT