budibase/packages/server/src/integrations
mike12345567 e83c37263d Further simplification. 2024-07-03 16:59:31 +01:00
..
base Addressing comment about datasource being optional. 2024-06-19 12:03:20 +01:00
queries Linting. 2024-03-22 11:50:07 +00:00
tests Updating tests. 2024-07-03 13:40:57 +01:00
utils Fixing some issues highlighted by test case. 2024-06-07 17:59:18 +01:00
airtable.ts
arangodb.ts
couchdb.ts Further simplification. 2024-07-03 16:59:31 +01:00
dynamodb.ts Reenable no-unused-vars 2024-03-20 11:46:39 +00:00
elasticsearch.ts An issue which comes up relatively often is that localhost is not a valid option for a datasource in our cloud and our self host environments. Fixing this so it only shows this in development. 2024-03-28 12:14:56 +00:00
firebase.ts
googlesheets.ts Replace SortDirection with SortOrder, SortDirection is being removed. 2024-06-14 09:45:30 +01:00
index.ts Linting 2024-03-05 18:16:27 +00:00
microsoftSqlServer.ts Moving some stuff around to make way for other services using the sql layers. 2024-05-16 17:33:47 +01:00
mongodb.ts An issue which comes up relatively often is that localhost is not a valid option for a datasource in our cloud and our self host environments. Fixing this so it only shows this in development. 2024-03-28 12:14:56 +00:00
mysql.ts Moving some stuff around to make way for other services using the sql layers. 2024-05-16 17:33:47 +01:00
oracle.ts Moving some stuff around to make way for other services using the sql layers. 2024-05-16 17:33:47 +01:00
postgres.ts Merge branch 'master' into feature/audit-log-sqs 2024-05-23 16:52:50 +01:00
redis.ts An issue which comes up relatively often is that localhost is not a valid option for a datasource in our cloud and our self host environments. Fixing this so it only shows this in development. 2024-03-28 12:14:56 +00:00
rest.ts Fixing an issue with error cases that have a content-disposition being downloaded as a file. 2024-05-31 16:07:46 +01:00
s3.ts
snowflake.ts