olivierphi / Node-DBI

A SQL database abstraction layer strongly inspired by the PHP Zend Framework Zend_Db API, with support of multiple Node.js database engines
https://github.com/DrBenton/Node-DBI
93 stars 22 forks source link

Updated the README to include connect() info #9

Closed mlaccetti closed 12 years ago

mlaccetti commented 12 years ago

Not sure if this is necessary, but it seems that calling DbWrapper.connect() is the magic that really makes things happen. Tweaked the README to show where that might take place and included the info in the list of API functions.

olivierphi commented 12 years ago

Yes, you're perfectly right, connecting to the database can be useful :-)