1
0
Fork 0
mirror of synced 2024-09-21 20:01:32 +12:00
budibase/packages/server/src/integrations
2023-10-26 16:32:34 +01:00
..
base Remove type information from JSDoc in .ts files, it's redundant. 2023-10-17 16:46:32 +01:00
queries
tests Fixing some test cases. 2023-10-26 16:32:34 +01:00
airtable.ts
arangodb.ts
couchdb.ts
dynamodb.ts
elasticsearch.ts
firebase.ts
googlesheets.ts Major update to make the table.type always 'table' and then adding a new sourceType which states what source the table came from, external or internal. Don't want to keep using a type that should be static as two different things. 2023-10-26 13:19:09 +01:00
index.ts Import lodash modules 2023-07-28 17:11:48 +02:00
microsoftSqlServer.ts Major update to make the table.type always 'table' and then adding a new sourceType which states what source the table came from, external or internal. Don't want to keep using a type that should be static as two different things. 2023-10-26 13:19:09 +01:00
mongodb.ts Use any type to fix TypeScript check 2023-06-27 09:59:02 +01:00
mysql.ts Major update to make the table.type always 'table' and then adding a new sourceType which states what source the table came from, external or internal. Don't want to keep using a type that should be static as two different things. 2023-10-26 13:19:09 +01:00
oracle.ts Major update to make the table.type always 'table' and then adding a new sourceType which states what source the table came from, external or internal. Don't want to keep using a type that should be static as two different things. 2023-10-26 13:19:09 +01:00
postgres.ts Major update to make the table.type always 'table' and then adding a new sourceType which states what source the table came from, external or internal. Don't want to keep using a type that should be static as two different things. 2023-10-26 13:19:09 +01:00
redis.ts Fix typings 2023-06-28 15:16:47 +01:00
rest.ts Import lodash modules 2023-07-28 17:11:48 +02:00
s3.ts Fix typings 2023-06-28 15:16:47 +01:00
snowflake.ts Fix typings 2023-06-28 15:16:47 +01:00
utils.ts Making sure the source ID is always set when creating a table - the frontend expects this to be set for every table so making the type represent this correctly. 2023-10-25 19:00:25 +01:00