Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pepabo/mydburl
🏷 xo/dburl wrapper for encrypted connection to MySQL using TLS protocol.
https://github.com/pepabo/mydburl
Last synced: about 1 month ago
JSON representation
🏷 xo/dburl wrapper for encrypted connection to MySQL using TLS protocol.
- Host: GitHub
- URL: https://github.com/pepabo/mydburl
- Owner: pepabo
- License: mit
- Created: 2022-12-07T00:16:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T12:29:49.000Z (9 months ago)
- Last Synced: 2024-06-20T10:18:34.802Z (7 months ago)
- Language: Go
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 37
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# mydburl
[xo/dburl](https://github.com/xo/dburl) wrapper for encrypted connection to MySQL using TLS protocol.
Support `sslCa`, `sslCert`, `sslKey` query params.
```
mysql://username:password@hostname:port/dbmane?sslCa=path/to/ca.pem&sslCert=path/to/cert.pem&sslKey=path/to/key.pem
```