Add support for more data source types

This commit is contained in:
Christopher Schnick
2022-05-03 15:26:31 +02:00
parent 7dec1afdb4
commit 100438744e
34 changed files with 669 additions and 92 deletions

View File

@@ -33,12 +33,14 @@ module io.xpipe.beacon {
WriteExecuteExchange,
SelectExchange,
ReadPreparationExchange,
QueryTextDataExchange,
ReadExecuteExchange,
DialogExchange,
QueryDataSourceExchange,
StoreStreamExchange,
EditPreparationExchange,
EditExecuteExchange,
ConvertExchange,
QueryTableDataExchange,
VersionExchange;
}