Commit 984f8fc
Add dbx hosting integration (#1391)
* feat(dbx): implement sqlserver extensions
* feat(dbx): implement postgres extensions
* feat(dbx): implement mysql extensions
* test: add tests for dbx integration
* feat(dbx): implement redis extensions
* feat(dbx): implement mongodb extensions
* docs(dbx): add missing readme
* feat(dbx): disable password protection
* Apply suggestions from code review
Co-authored-by: Aaron Powell <me@aaron-powell.com>
* ci: bump typescript app host sdk version
---------
Co-authored-by: Aaron Powell <me@aaron-powell.com>1 parent 3befda4 commit 984f8fc
39 files changed
Lines changed: 3520 additions & 12 deletions
File tree
- examples
- dbx
- CommunityToolkit.Aspire.Hosting.Dbx.AppHost.TypeScript
- CommunityToolkit.Aspire.Hosting.Dbx.AppHost
- Properties
- mongodb-ext/CommunityToolkit.Aspire.Hosting.MongoDB.Extensions.AppHost
- mysql-ext/CommunityToolkit.Aspire.Hosting.MySql.Extensions.AppHost
- postgres-ext/CommunityToolkit.Aspire.Hosting.PostgreSQL.Extensions.AppHost
- redis-ext/CommunityToolkit.Aspire.Hosting.Redis.Extensions.AppHost
- sqlserver-ext/CommunityToolkit.Aspire.Hosting.SqlServer.Extensions.AppHost
- src
- CommunityToolkit.Aspire.Hosting.Dbx
- CommunityToolkit.Aspire.Hosting.MongoDB.Extensions
- CommunityToolkit.Aspire.Hosting.MySql.Extensions
- CommunityToolkit.Aspire.Hosting.PostgreSQL.Extensions
- CommunityToolkit.Aspire.Hosting.Redis.Extensions
- CommunityToolkit.Aspire.Hosting.SqlServer.Extensions
- tests/CommunityToolkit.Aspire.Hosting.Dbx.Tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
216 | 219 | | |
217 | 220 | | |
218 | 221 | | |
| 222 | + | |
219 | 223 | | |
220 | 224 | | |
221 | 225 | | |
| |||
283 | 287 | | |
284 | 288 | | |
285 | 289 | | |
| 290 | + | |
286 | 291 | | |
287 | 292 | | |
288 | 293 | | |
| |||
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments