https://github.com/kentico-ericd/xperience-community-sqlbrowser
Run SQL queries directly from the Xperience by Kentico administration
https://github.com/kentico-ericd/xperience-community-sqlbrowser
sql xperience-by-kentico
Last synced: 10 months ago
JSON representation
Run SQL queries directly from the Xperience by Kentico administration
- Host: GitHub
- URL: https://github.com/kentico-ericd/xperience-community-sqlbrowser
- Owner: kentico-ericd
- License: mit
- Created: 2024-11-05T20:16:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-10T22:33:39.000Z (over 1 year ago)
- Last Synced: 2024-12-10T22:56:22.034Z (over 1 year ago)
- Topics: sql, xperience-by-kentico
- Language: C#
- Homepage:
- Size: 1.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Xperience Community: SQL Browser
[](https://www.nuget.org/packages/XperienceCommunity.SqlBrowser#versions-body-tab)
[](https://github.com/kentico-ericd/xperience-community-sqlbrowser/actions/workflows/build.yml)
## Description
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.
## Library Version Matrix
| Xperience Version | Library Version |
| ----------------- | --------------- |
| >= 29.0.0 | < 3.0.0 |
| >= 30.6.0 | >= 3.0.1 |
## :gear: Package Installation
Add the package to your application using the .NET CLI
```powershell
dotnet add package XperienceCommunity.SqlBrowser
```
## 🚀 Quick Start
Add the following to your application's startup code:
```cs
builder.Services.AddSqlBrowser();
```
## Full Instructions
View the [Usage Guide](docs/Usage-Guide.md) for more detailed instructions.