{"library":"sails-sql","type":"library","category":null,"description":"An experimental SQL database adapter for Sails.js / Waterline ORM that attempts to unify multiple SQL dialects (MySQL, PostgreSQL, Microsoft SQL Server, Oracle, SQLite) under a single adapter interface. Version 0.1.0-6 (pre-1.0) targets Node >=8 and is explicitly marked as 'DO NOT USE IN PRODUCTION' with a planned stable release in 2019. The project appears abandoned as of 2025 with no stable release. Unlike the legacy per-database adapters (sails-mysql, sails-postgresql), this adapter uses knex internally for dialect abstraction. PostgreSQL support was listed as 'under construction' and never completed. Key differentiator: single adapter for multiple SQL databases, but at the cost of instability and incomplete feature parity.","language":"javascript","status":"abandoned","version":"0.1.0-6","tags":["javascript","adapter","sql","mysql","postgresql","sqlite3","oracle","mssql","sql-server"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install sails-sql","imports":["const sailsSql = require('sails-sql');","const { adapter } = require('sails-sql');","// config/datastores.js\nmodule.exports = {\n  default: {\n    adapter: require('sails-sql').adapter,\n    url: 'mysql://user:pass@localhost/db'\n  }\n};"]},{"cmd":"yarn add sails-sql","imports":[]},{"cmd":"pnpm add sails-sql","imports":[]}],"homepage":"https://github.com/mikermcneil/sails-sql#readme","github":"ssh://git@github.com/mikermcneil/sails-sql","docs":null,"changelog":null,"pypi":null,"npm":"sails-sql","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}