Imago SQL
JSON →Small library to work with Azure SQL and MySQL via a single interface. Based on the mssql module. Current stable version is 4.8.0. Released under MIT license. Key differentiator: provides a unified API for Azure SQL and MySQL, with connection pooling and parameterized queries. Well-suited for projects requiring both database engines without changing code. Relies on mssql for Azure SQL and mysql2 for MySQL.