data-api-builder
data-api-builder copied to clipboard
[Enhancement] `dab configure --data-source` in CLI
Support the following options for dab configure per #2251
| Configuration File Property Path | CLI Flag | Data Type | Nullable |
|---|---|---|---|
| data-source. database-type |
String: MSSQL, PostgreSQL, CosmosDB_NoSQL, MySQL |
✅ | |
| data-source. connection-string |
String | ✅ | |
| data-source. options.database |
String | ✅ | |
| data-source. options.container |
String | ✅ | |
| data-source. options.schema |
String | ✅ | |
| data-source. options.set-session-context |
Boolean: true, false (default: false) |
✅ |
@Seantleonard Just CosmosDB or CosmosDB_NoSql?