azure-odata-sql
JSON →Converts OData query objects (as produced by azure-query-js) into parameterized SQL statements for mssql and sqlite. Version 0.2.0 is the latest stable release; the library is lightweight with a single `format` function and uses mssql types for parameter definitions. It supports skip, take, filters, ordering, inline count, and soft delete, making it a focused bridge between OData and SQL without a full ORM.
Resources
packageazure-odata-sql ↗