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.
 
 
 
 
 
 
Martin McKeaveney e01ef9bdfb merge with master 4 years ago
..
base Merge branch 'master' into merge-master 5 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 merge with master 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 finish up Firebase implementation 5 years ago
googlesheets.ts moving node fetch import into module 4 years ago
index.ts redis integration 5 years ago
microsoftSqlServer.ts Fixing MS-SQL variable sub. 5 years ago
mongodb.ts Adding worker-farm back to have a mechanism to run queries within which we can timeout. 5 years ago
mysql.ts Fix for #5530 - make MySQL RejectUnauthorized SSL parameter accessible to the user. 4 years ago
oracle.ts Switching to correct concat function for oracle. 5 years ago
postgres.ts Adding a mechanism to concat strings in queries, there was a problem when char const strings were wrapping bindings, this should find instances of that and replace with a datasource specific method of concating the constant with the variable. 5 years ago
redis.ts merge 4 years ago
rest.ts Allow deep-getting of pagination params from REST responses 5 years ago
s3.ts Revert "Fix dev app preview return url" 5 years ago
utils.ts Fixing various other ms-sql types. 5 years ago