SQLITE Query

Connect to a SQLITE database and run queries

Description

This block allows you to connect to an SQLITE database file and execute queries

Properties

Database Path

The absolute file path for the SQLITE database.

SQL Query

The query to be executed on the SQLITE database

Returns

Returns the results from the query as an array of objects where applicable

NPM

Uses the sqlite npm package - https://www.npmjs.com/package/sqlite

Last updated