Skip to Main Content
Created by Guest
Created on Feb 2, 2024

Add sqlite db support

There is no support for sqlite at the moment, yet it is a logical choice to use as a light weight db for many automations. The only way to interact with sqlite at the moment is to use additional code (like Python) in your RPA script to read/write to a sqlite db.

  • Attach files