Skip to main content

Prerequisites

Version

SQListe requires a minimum of SQL Server 2017.
Azure SQL Edge is supported.
The SQL Server connector is tested with SQL Server 2017 Express.ess.

Database

You need to enable the service broker on the database intended to be used with SQListe in order to use the event-driven features of the application.

JSON Support

Many parameters within SQListe use the JSON format.
SQL Server provides a relatively comprehensive set of functions for reading and writing data in JSON format.
Learn more.

Dynamic Query Parameterization

As seen in the examples in the Security section, it is dangerous to execute dynamically composed SQL without escaping its components. To address this issue, SQL Server provides utilities.

Learn more.