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.73k stars 240 forks source link

Enabled to select database by configuration #32

Closed mhayashi closed 13 years ago

mhayashi commented 13 years ago

Hi,

I've added database selector (for node.js). When persistence.js supports more DBMS, it might become more useful:)

Masahiro