nk-mysql
Version:
A mostly simple, yet powerful C++ data integration toolset for nodakwaeri (nk) or any application which would make use of it. Featuring the MySQL C++ Connector from Oracle, designed to keep your application secure and efficient.
11 lines (9 loc) • 338 B
JavaScript
/**
* package: nodamysql
* author: Richard B. Winters <a href='mailto:rik@mmogp.com'>Rik At MMOGP</a>
* copyright: 2011-2014 Massively Modified, Inc.
* license: Apache, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>
*/
// Deps
var nodamysql = require( './build/Release/nodamysql' );
module.exports = exports = nodamysql;