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

.close() method not documented #16

Closed fatuhoku closed 10 years ago

fatuhoku commented 11 years ago

Though in the example it reads

// When you have finished working with the database, you can close the connection
dbWrapper.close( function(err) {console.log('Connection closed !');} );

.close is not listed as a provided method in the README.

olivierphi commented 10 years ago

Fixed!

@fatuhoku Thank you for the report! :-)