SQLite
Our current quickstart tutorial covers other patterns to use with your database.
Defining the database
- Define a
globals
section - Add the
databases
field - Add a database identifier
- Set the driver to
sqlite
- Add the connection string
SQLite Basic
loading...
For all available database
options see database inputs
Querying
View the quickstart tutorial here.