@budibase/server 2.6.19-alpha.13 → 2.6.19-alpha.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/builder/assets/{index.919dd05a.js → index.e95cb6ee.js} +213 -213
- package/builder/index.html +1 -1
- package/dist/automation.js +50 -30
- package/dist/automation.js.map +2 -2
- package/dist/index.js +50 -30
- package/dist/index.js.map +2 -2
- package/dist/query.js +50 -30
- package/dist/query.js.map +2 -2
- package/package.json +8 -8
- package/src/integrations/airtable.ts +3 -1
- package/src/integrations/arangodb.ts +3 -1
- package/src/integrations/couchdb.ts +3 -1
- package/src/integrations/dynamodb.ts +3 -1
- package/src/integrations/elasticsearch.ts +3 -1
- package/src/integrations/firebase.ts +3 -1
- package/src/integrations/googlesheets.ts +4 -4
- package/src/integrations/microsoftSqlServer.ts +4 -4
- package/src/integrations/mongodb.ts +3 -1
- package/src/integrations/mysql.ts +4 -4
- package/src/integrations/oracle.ts +4 -4
- package/src/integrations/postgres.ts +4 -4
- package/src/integrations/redis.ts +3 -1
- package/src/integrations/s3.ts +3 -1
- package/src/integrations/snowflake.ts +3 -1
package/dist/index.js
CHANGED
|
@@ -26130,10 +26130,10 @@ var init_postgres = __esm({
|
|
|
26130
26130
|
friendlyName: "PostgreSQL",
|
|
26131
26131
|
type: "Relational",
|
|
26132
26132
|
description: "PostgreSQL, also known as Postgres, is a free and open-source relational database management system emphasizing extensibility and SQL compliance.",
|
|
26133
|
-
features:
|
|
26134
|
-
"connection" /* CONNECTION_CHECKING
|
|
26135
|
-
"fetch_table_names" /* FETCH_TABLE_NAMES */
|
|
26136
|
-
|
|
26133
|
+
features: {
|
|
26134
|
+
["connection" /* CONNECTION_CHECKING */]: true,
|
|
26135
|
+
["fetch_table_names" /* FETCH_TABLE_NAMES */]: true
|
|
26136
|
+
},
|
|
26137
26137
|
datasource: {
|
|
26138
26138
|
host: {
|
|
26139
26139
|
type: "string" /* STRING */,
|
|
@@ -26445,7 +26445,9 @@ var init_dynamodb = __esm({
|
|
|
26445
26445
|
description: "Amazon DynamoDB is a key-value and document database that delivers single-digit millisecond performance at any scale.",
|
|
26446
26446
|
friendlyName: "DynamoDB",
|
|
26447
26447
|
type: "Non-relational",
|
|
26448
|
-
features:
|
|
26448
|
+
features: {
|
|
26449
|
+
["connection" /* CONNECTION_CHECKING */]: true
|
|
26450
|
+
},
|
|
26449
26451
|
datasource: {
|
|
26450
26452
|
region: {
|
|
26451
26453
|
type: "string" /* STRING */,
|
|
@@ -26655,7 +26657,9 @@ var init_mongodb = __esm({
|
|
|
26655
26657
|
friendlyName: "MongoDB",
|
|
26656
26658
|
type: "Non-relational",
|
|
26657
26659
|
description: "MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era.",
|
|
26658
|
-
features:
|
|
26660
|
+
features: {
|
|
26661
|
+
["connection" /* CONNECTION_CHECKING */]: true
|
|
26662
|
+
},
|
|
26659
26663
|
datasource: {
|
|
26660
26664
|
connectionString: {
|
|
26661
26665
|
type: "string" /* STRING */,
|
|
@@ -27249,7 +27253,9 @@ var init_elasticsearch = __esm({
|
|
|
27249
27253
|
description: "Elasticsearch is a search engine based on the Lucene library. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents.",
|
|
27250
27254
|
friendlyName: "ElasticSearch",
|
|
27251
27255
|
type: "Non-relational",
|
|
27252
|
-
features:
|
|
27256
|
+
features: {
|
|
27257
|
+
["connection" /* CONNECTION_CHECKING */]: true
|
|
27258
|
+
},
|
|
27253
27259
|
datasource: {
|
|
27254
27260
|
url: {
|
|
27255
27261
|
type: "string" /* STRING */,
|
|
@@ -27427,7 +27433,9 @@ var init_couchdb = __esm({
|
|
|
27427
27433
|
friendlyName: "CouchDB",
|
|
27428
27434
|
type: "Non-relational",
|
|
27429
27435
|
description: "Apache CouchDB is an open-source document-oriented NoSQL database, implemented in Erlang.",
|
|
27430
|
-
features:
|
|
27436
|
+
features: {
|
|
27437
|
+
["connection" /* CONNECTION_CHECKING */]: true
|
|
27438
|
+
},
|
|
27431
27439
|
datasource: {
|
|
27432
27440
|
url: {
|
|
27433
27441
|
type: "string" /* STRING */,
|
|
@@ -27554,10 +27562,10 @@ var init_microsoftSqlServer = __esm({
|
|
|
27554
27562
|
description: "Microsoft SQL Server is a relational database management system developed by Microsoft. ",
|
|
27555
27563
|
friendlyName: "MS SQL Server",
|
|
27556
27564
|
type: "Relational",
|
|
27557
|
-
features:
|
|
27558
|
-
"connection" /* CONNECTION_CHECKING
|
|
27559
|
-
"fetch_table_names" /* FETCH_TABLE_NAMES */
|
|
27560
|
-
|
|
27565
|
+
features: {
|
|
27566
|
+
["connection" /* CONNECTION_CHECKING */]: true,
|
|
27567
|
+
["fetch_table_names" /* FETCH_TABLE_NAMES */]: true
|
|
27568
|
+
},
|
|
27561
27569
|
datasource: {
|
|
27562
27570
|
user: {
|
|
27563
27571
|
type: "string" /* STRING */,
|
|
@@ -27817,7 +27825,9 @@ var init_s3 = __esm({
|
|
|
27817
27825
|
description: "Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance.",
|
|
27818
27826
|
friendlyName: "Amazon S3",
|
|
27819
27827
|
type: "Object store",
|
|
27820
|
-
features:
|
|
27828
|
+
features: {
|
|
27829
|
+
["connection" /* CONNECTION_CHECKING */]: true
|
|
27830
|
+
},
|
|
27821
27831
|
datasource: {
|
|
27822
27832
|
region: {
|
|
27823
27833
|
type: "string",
|
|
@@ -28044,7 +28054,9 @@ var init_airtable = __esm({
|
|
|
28044
28054
|
description: "Airtable is a spreadsheet-database hybrid, with the features of a database but applied to a spreadsheet.",
|
|
28045
28055
|
friendlyName: "Airtable",
|
|
28046
28056
|
type: "Spreadsheet",
|
|
28047
|
-
features:
|
|
28057
|
+
features: {
|
|
28058
|
+
["connection" /* CONNECTION_CHECKING */]: true
|
|
28059
|
+
},
|
|
28048
28060
|
datasource: {
|
|
28049
28061
|
apiKey: {
|
|
28050
28062
|
type: "password" /* PASSWORD */,
|
|
@@ -28210,10 +28222,10 @@ var init_mysql = __esm({
|
|
|
28210
28222
|
friendlyName: "MySQL",
|
|
28211
28223
|
type: "Relational",
|
|
28212
28224
|
description: "MySQL Database Service is a fully managed database service to deploy cloud-native applications. ",
|
|
28213
|
-
features:
|
|
28214
|
-
"connection" /* CONNECTION_CHECKING
|
|
28215
|
-
"fetch_table_names" /* FETCH_TABLE_NAMES */
|
|
28216
|
-
|
|
28225
|
+
features: {
|
|
28226
|
+
["connection" /* CONNECTION_CHECKING */]: true,
|
|
28227
|
+
["fetch_table_names" /* FETCH_TABLE_NAMES */]: true
|
|
28228
|
+
},
|
|
28217
28229
|
datasource: {
|
|
28218
28230
|
host: {
|
|
28219
28231
|
type: "string" /* STRING */,
|
|
@@ -28445,7 +28457,9 @@ var init_arangodb = __esm({
|
|
|
28445
28457
|
friendlyName: "ArangoDB",
|
|
28446
28458
|
type: "Non-relational",
|
|
28447
28459
|
description: "ArangoDB is a scalable open-source multi-model database natively supporting graph, document and search. All supported data models & access patterns can be combined in queries allowing for maximal flexibility. ",
|
|
28448
|
-
features:
|
|
28460
|
+
features: {
|
|
28461
|
+
["connection" /* CONNECTION_CHECKING */]: true
|
|
28462
|
+
},
|
|
28449
28463
|
datasource: {
|
|
28450
28464
|
url: {
|
|
28451
28465
|
type: "string" /* STRING */,
|
|
@@ -28932,10 +28946,10 @@ var init_googlesheets = __esm({
|
|
|
28932
28946
|
description: "Create and collaborate on online spreadsheets in real-time and from any device.",
|
|
28933
28947
|
friendlyName: "Google Sheets",
|
|
28934
28948
|
type: "Spreadsheet",
|
|
28935
|
-
features:
|
|
28936
|
-
"connection" /* CONNECTION_CHECKING
|
|
28937
|
-
"fetch_table_names" /* FETCH_TABLE_NAMES */
|
|
28938
|
-
|
|
28949
|
+
features: {
|
|
28950
|
+
["connection" /* CONNECTION_CHECKING */]: true,
|
|
28951
|
+
["fetch_table_names" /* FETCH_TABLE_NAMES */]: true
|
|
28952
|
+
},
|
|
28939
28953
|
datasource: {
|
|
28940
28954
|
spreadsheetId: {
|
|
28941
28955
|
display: "Google Sheet URL",
|
|
@@ -29366,7 +29380,9 @@ var init_firebase = __esm({
|
|
|
29366
29380
|
friendlyName: "Firestore",
|
|
29367
29381
|
type: "Non-relational",
|
|
29368
29382
|
description: "Cloud Firestore is a flexible, scalable database for mobile, web, and server development from Firebase and Google Cloud.",
|
|
29369
|
-
features:
|
|
29383
|
+
features: {
|
|
29384
|
+
["connection" /* CONNECTION_CHECKING */]: true
|
|
29385
|
+
},
|
|
29370
29386
|
datasource: {
|
|
29371
29387
|
email: {
|
|
29372
29388
|
type: "string" /* STRING */,
|
|
@@ -29524,7 +29540,9 @@ var init_redis5 = __esm({
|
|
|
29524
29540
|
description: "Redis is a caching tool, providing powerful key-value store capabilities.",
|
|
29525
29541
|
friendlyName: "Redis",
|
|
29526
29542
|
type: "Non-relational",
|
|
29527
|
-
features:
|
|
29543
|
+
features: {
|
|
29544
|
+
["connection" /* CONNECTION_CHECKING */]: true
|
|
29545
|
+
},
|
|
29528
29546
|
datasource: {
|
|
29529
29547
|
host: {
|
|
29530
29548
|
type: "string",
|
|
@@ -29683,7 +29701,9 @@ var init_snowflake = __esm({
|
|
|
29683
29701
|
description: "Snowflake is a solution for data warehousing, data lakes, data engineering, data science, data application development, and securely sharing and consuming shared data.",
|
|
29684
29702
|
friendlyName: "Snowflake",
|
|
29685
29703
|
type: "Relational",
|
|
29686
|
-
features:
|
|
29704
|
+
features: {
|
|
29705
|
+
["connection" /* CONNECTION_CHECKING */]: true
|
|
29706
|
+
},
|
|
29687
29707
|
datasource: {
|
|
29688
29708
|
account: {
|
|
29689
29709
|
type: "string",
|
|
@@ -29788,10 +29808,10 @@ var init_oracle = __esm({
|
|
|
29788
29808
|
friendlyName: "Oracle",
|
|
29789
29809
|
type: "Relational",
|
|
29790
29810
|
description: "Oracle Database is an object-relational database management system developed by Oracle Corporation",
|
|
29791
|
-
features:
|
|
29792
|
-
"connection" /* CONNECTION_CHECKING
|
|
29793
|
-
"fetch_table_names" /* FETCH_TABLE_NAMES */
|
|
29794
|
-
|
|
29811
|
+
features: {
|
|
29812
|
+
["connection" /* CONNECTION_CHECKING */]: true,
|
|
29813
|
+
["fetch_table_names" /* FETCH_TABLE_NAMES */]: true
|
|
29814
|
+
},
|
|
29795
29815
|
datasource: {
|
|
29796
29816
|
host: {
|
|
29797
29817
|
type: "string" /* STRING */,
|