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 5f9944af34 Add empty options if missing for delete 4 years ago
..
base Apply timezones patch from existing ignore-timezones branch 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 Remove duplicate equals 4 years ago
googlesheets.ts update google sheets strategy to use the standard passport strategy 4 years ago
index.ts Rename Firebase to Firestore 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 Add empty options if missing for delete 4 years ago
mysql.ts Apply timezones patch from existing ignore-timezones branch 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 Account for types being undefined when running in a test env 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" 4 years ago
utils.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