DatabaseProvider
.halguru-action.yaml ➤ RunSqlSelect ➤ DatabaseProvider
Specifies the database provider to be used for executing the SQL query. This property should align with a recognized database provider name, such as "SqlServer", "MySql", etc. It is a critical parameter for connecting to the database and must be set before executing a SQL SELECT action.
RunSqlSelect:
DatabaseProvider: SqlServer
| Name |
Description |
| Title |
Database Provider |
| Type |
Option |
| Required |
True |
Options
| Option |
Value |
Description |
| SqlServer |
1 |
SQL Server |
| Firebird |
2 |
Firebird |
| MySql |
3 |
MySQL |
| Postgres |
4 |
PostgreSQL |
| Oracle |
5 |
Oracle |
| Odbc |
6 |
ODBC |
| Property |
Value |
| Path |
RunSqlSelect.DatabaseProvider |
| Internal Type |
SqlProvider |
| Internal Root Type |
ActionHalConfiguration |
| File Extension |
.halguru-action.yaml |
| JSON Schema |
halguru-action-schema.json |
| Last updated: | | 2025-12-05 |
| Autogenerated: | | Yes |
| AI powered: | | Yes |
| Core version: | | 1.75.0 |