lasso_datasourceIsSQLite

Tests whether a datasource is SQLite.

Target function

Signature

1lasso_datasourceIsSQLite(name)

Tests whether a datasource is SQLite.

lasso_datasourceIsSQLite is a global callable that can be used wherever an expression is valid. lasso_datasourceIsSQLite is part of datasource access. Prefer bind values for visitor input, inspect errors during writes, and keep display escaping separate from SQL handling.

Parameters

name
Required value. Supply name positionally unless the signature shows a keyword form.

Examples

Basic call

1lasso_datasourceIsSQLite('contacts')
The example shows the call shape; use bind values and checked errors for visitor-supplied data.