Skip to main content

SQLite

Our current quickstart tutorial covers other patterns to use with your database.

Defining the database

  1. Define a globals section
  2. Add the databases field
  3. Add a database identifier
  4. Set the driver to sqlite
  5. Add the connection string
SQLite Basic
loading...

For all available database options see database inputs

Querying

View the quickstart tutorial here.