Connect To SQLite DB using CFML via CommandBox Task Runners
Here's a quick trick on working with a SQLite DB from CFML quicky and easily. I was playing with the SQLite DB that the original .NET version of GitHub for Desktop and I wanted to access the db file from the CLI to query data and manipulate it. The steps where very easy
The very first step was the easiest, and this was to create a blank CommandBox Task Runner:
task create --open