📜 ⬆️ ⬇️

Node-mysql-libmysqlclient v1.0.0

I hope I don’t bother you with my announcements, but this one is worth it, since from now you can consider node-mysql-libmysqlclient a stable module. Node-mysql-libmysqlclient adds support for working with MySQL for Node.js , provides synchronous and asynchronous execution of queries to the database and has an API close to the API of similar connectors for PHP / Perl / Ruby, etc. All functions are tested for errors and memory leaks, if used in accordance with the examples . The crash in the fetchAll () function has been fixed. Compared with the previously announced version, it is worth mentioning the appearance of examples and API documentation.


Project website: sannis.github.com/node-mysql-libmysqlclient
Documentation: sannis.github.com/node-mysql-libmysqlclient/api.html
Usage example: sannis.github.com/node-mysql-libmysqlclient/examples.html

During the development of this version, I made changes to Nodelint , reflecting the current Node.js API.
Nodeunit also managed to update, now it supports all the checks from the standard assert module.
For the generation of documentation, the Dox script from TJ Holowaychuk, extended for processing C / C ++ files, was used.
The Dox version I use is also available on GitHub .

')

Source: https://habr.com/ru/post/105089/


All Articles