SQLite
Our current quickstart tutorial covers other patterns to use with your database.
Defining the database
- Define a
globalssection - Add the
databasesfield - 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.