Description: Alasql is an open-source SQL database for JavaScript that allows developers to run SQL queries directly on client-side JavaScript arrays and objects without needing a database server. It supports most common SQL syntax and can be used for simple in-browser databases.
Type: software
Pricing: Open Source
Description: JSON ODM (Object Document Mapper) is a tool that allows developers to map JSON objects to application domain objects. It handles marshalling and unmarshalling data between JSON and native application objects automatically.
Type: software