This new module found in the Development category allows users to execute SQL queries within the administration UI and view the results in a table. SQL results can be exported to common file types, and result rows can be clicked for a detailed view.
| Xperience Version | Library Version |
|---|---|
| >= 29.0.0 | < 3.0.0 |
| >= 30.6.0 | >= 3.0.1 |
| >= 30.11.2 | >= 4.0.0 |
Add the package to your application using the .NET CLI
dotnet add package XperienceCommunity.SqlBrowserAdd the following to your application's startup code:
builder.Services.AddSqlBrowser();View the Usage Guide for more detailed instructions.