Local Query Engine is an OutSystems Forge component designed to enable the execution of SQL DQL commands on local databases using SQLite and SQL.js. This component was developed to overcome the limitations of local database management within the OutSystems platform, allowing for efficient data querying, retrieval, and manipulation directly within the client environment. The component is particularly useful for offline-capable applications, client-side data processing, and rapid prototyping.
Version: 1.0.3New Features: The Local Query Engine (SQLite) now supports both DDL (Data Definition Language) and DML (Data Manipulation Language) queries, in addition to the existing DQL (Data Query Language) capabilities. This update allows you to create, alter, and delete tables (DDL) and insert, update, and delete records (DML) directly on the local database.