persvr / perstore

CommonJS persistence/object storage based on W3C's object store API.
http://www.persvr.org/
96 stars 20 forks source link

Fixed SQL storing/retrieving in UTF-8 #47

Closed wshager closed 10 years ago

wshager commented 11 years ago

This will work if the charset is defined in the connection params and once sidorares accepts my pull request.

wshager commented 11 years ago

Sidorares has merged my pull request, but there is also a new library available, mysql2:

https://github.com/sidorares/node-mysql2