Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Mel O'Hagan 87c0df55f0 Using snowflake-promise 4 years ago
..
base Fix for #5669 comment, when using SQL tables with spaces in names, we use a raw knex function for like to achieve lower case searching, this needs to handle spaces in columns and delimiting. 4 years ago
queries Fix for #5411 - trimming the various binding components for SQL in queries. Also moving SQL interpolation out into a Typescript - prep for further unit testing/improvements. 4 years ago
tests Using mongodb types 4 years ago
airtable.ts Adding worker-farm back to have a mechanism to run queries within which we can timeout. 5 years ago
arangodb.ts Adding worker-farm back to have a mechanism to run queries within which we can timeout. 5 years ago
couchdb.ts Initial version of memory leak protection, making sure that PouchDB databases are closed correctly after use, using a combination of closures wrapping DB gets (this replaces the getDB, leaving only a dangerousGetDB function which can be used in very very specific scenarios) and then closing the DB as part of CLS hooked functions finishing. Also moving the GlobalDB init to the tenancy middleware as this is used everywhere in the worker/app services - means that not all getGlobalDB calls require an async closure around them. 4 years ago
dynamodb.ts Fixing issue #5322 - when endpoint is specified for DynamoDB and not in a the region that the whole instance expects it will throw an odd credentials error - making sure connection is commenced everywhere other than localhost. 4 years ago
elasticsearch.ts Adding worker-farm back to have a mechanism to run queries within which we can timeout. 5 years ago
firebase.ts firebase tests complete 4 years ago
googlesheets.ts moving node fetch import into module 4 years ago
index.ts Added Snowflake integration 4 years ago
microsoftSqlServer.ts Fix for #5553 - when importing for SQL databases attempt to manage date and time only column times, handle these when displaying in tables and when filtering. 4 years ago
mongodb.ts Improve parseQueryParams regex 4 years ago
mysql.ts Fix for #5553 - when importing for SQL databases attempt to manage date and time only column times, handle these when displaying in tables and when filtering. 4 years ago
oracle.ts Fix for #5553 - when importing for SQL databases attempt to manage date and time only column times, handle these when displaying in tables and when filtering. 4 years ago
postgres.ts Opening connection for building schema. 4 years ago
redis.ts merge 4 years ago
rest.ts Allow deep-getting of pagination params from REST responses 4 years ago
s3.ts Revert "Fix dev app preview return url" 5 years ago
snowflake.ts Using snowflake-promise 4 years ago
utils.ts Revert "Datasource plus - build schema" 4 years ago