node-orm2
node-orm2 copied to clipboard
How do I connect to mysql with ssl?
I'm using Amazon RDS. How do I connect to my instance using ssl?
I see that mysql has included the public key in its package. How can I tell node-orm2 to use it?
Presumably you can pass the options in along with the others. I'm not sure if a configuration string will work, but an object should be fine.