{"library":"sqlanywhere","type":"library","category":null,"description":"Node.js native driver for SAP SQL Anywhere databases, supporting direct execution, prepared statements, and connection pooling. Latest version 1.0.27 supports Node.js 5–12, but development appears stalled with no releases since 2019. Requires native compilation via node-gyp; prebuilt binaries only for Windows 64-bit. Compared to generic ODBC drivers, this offers tighter integration with SQL Anywhere-specific features like auto-starting databases and connection properties, but at the cost of limited platform and Node version support. The API is callback-based; no Promise or async/await support.","language":"javascript","status":"maintenance","version":"1.0.27","tags":["javascript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install sqlanywhere","imports":["const sqlanywhere = require('sqlanywhere');","const conn = sqlanywhere.createConnection();","conn.connect({ Server: 'demo', UserId: 'DBA', Password: 'sql' }, callback);"]},{"cmd":"yarn add sqlanywhere","imports":[]},{"cmd":"pnpm add sqlanywhere","imports":[]}],"homepage":"https://github.com/sqlanywhere/node-sqlanywhere#readme","github":"https://github.com/sqlanywhere/node-sqlanywhere","docs":null,"changelog":null,"pypi":null,"npm":"sqlanywhere","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}