SQLITE Query
Connect to a SQLITE database and run queries
Last updated
Connect to a SQLITE database and run queries
Last updated
This block allows you to connect to an SQLITE database file and execute queries
The absolute file path for the SQLITE database.
The query to be executed on the SQLITE database
Returns the results from the query as an array of objects where applicable
Uses the sqlite npm package -