Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altipla-consulting/sqldsn
Convert between DSN formats for SQL connections.
https://github.com/altipla-consulting/sqldsn
Last synced: about 1 month ago
JSON representation
Convert between DSN formats for SQL connections.
- Host: GitHub
- URL: https://github.com/altipla-consulting/sqldsn
- Owner: altipla-consulting
- License: mit
- Created: 2023-07-25T09:57:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T21:18:27.000Z (about 1 year ago)
- Last Synced: 2024-04-16T00:19:35.888Z (9 months ago)
- Language: Go
- Homepage: https://pkg.go.dev/github.com/altipla-consulting/sqldsn
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sqldsn
[![Go Reference](https://pkg.go.dev/badge/github.com/altipla-consulting/sqldsn.svg)](https://pkg.go.dev/github.com/altipla-consulting/sqldsn)
Convert between DSN formats for SQL connections.
## Install
```shell
go get github.com/altipla-consulting/sqldsn
```## Contributing
You can make pull requests or create issues in GitHub. Any code you send should be formatted using `make gofmt`.
## License
[MIT License](LICENSE)