General SQL query interface for hybrid data sources, version 0.3.3. Provides a unified SQL-like query engine that abstracts over multiple backends (MySQL, OTS, HBase, PostgreSQL, HTTP, etc.). Designed for Node.js environments (>=0.8.0). Release cadence is unclear; last update appears to be early. Key differentiator: it allows querying diverse data sources with a single SQL interface, but is early-stage and not actively maintained.
npm install node-queryNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to initialize nquery with multiple data sources (MySQL and HTTP) and execute a parameterized SQL query.
Use Node.js 10.x or older, or find an alternative library.
Consider using a modern query builder like Knex or Sequelize for SQL databases.
Install @types/nquery if available, or declare module manually.
Install required database drivers manually (e.g., npm install mysql).
Run 'npm install nquery'.
Use 'const nquery = require('nquery').default' or switch to ESM import.Ensure you pass a configuration object with at least one backend connection settings.
No dependency data recorded yet.