Sails SQL Adapter
JSON →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.
Resources
packagesails-sql ↗