{"library":"ci_mariasql","type":"library","category":null,"description":"A Node.js binding to MariaDB's non-blocking (MySQL-compatible) client library, version 0.1.21. Unlike other MySQL drivers that use threads for async behavior, this library uses MariaDB's native non-blocking client API. It supports placeholders (:named and ?), prepared queries, and streaming row-by-row results. Tested on Windows, Linux, and Mac. Requires Node.js >=0.8.0. Note: this is an older, C++ addon-based driver; for modern Node.js, consider using mariadb or mysql2.","language":"javascript","status":"deprecated","version":"0.1.21","tags":["javascript","cione"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install ci_mariasql","imports":["const Client = require('mariasql');","const c = new Client(); c.query(...)","c.query('SELECT * FROM users');"]},{"cmd":"yarn add ci_mariasql","imports":[]},{"cmd":"pnpm add ci_mariasql","imports":[]}],"homepage":"https://github.com/mscdex/node-mariasql","github":"ssh://git@github.com/mscdex/node-mariasql","docs":null,"changelog":null,"pypi":null,"npm":"ci_mariasql","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}