coresmart / persistencejs

persistence.js is an asynchronous Javascript database mapper library. You can use it in the browser, as well on the server (and you can share data models between them).
http://persistencejs.org
1.72k stars 240 forks source link

mysql config function with database port support #12

Closed brutella closed 13 years ago

brutella commented 13 years ago

Hi,

I've added a port parameter to the mysql config function because I needed that. Maybe you want to add this to the official repo.

Matthias

zefhemel commented 13 years ago

Thanks a lot! Applied it to my master branch.