Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```