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.
 
 
 
 
 
 
mike12345567 24a07bae41 Some major performance optimisations, found that db.find is not fast unless its indexed, there is also no point in indexing for our internal relationship searching, however we can use the allDocs call. This will likely be slow for very large calls (say 100K records) but for these sort of calls we really need to paginate anyway. 6 years ago
..
builderStore Formatting. 6 years ago
components Some major performance optimisations, found that db.find is not fast unless its indexed, there is also no point in indexing for our internal relationship searching, however we can use the allDocs call. This will likely be slow for very large calls (say 100K records) but for these sort of calls we really need to paginate anyway. 6 years ago
constants Fixing linting. 6 years ago
imgs moving builder into web... 7 years ago
pages hotfix/prevent-app-creation-failing 6 years ago
App.svelte merge from master - including fixes 6 years ago
analytics.js privacy features + allow builder usage without cloud API key 6 years ago
budibase.css Add initial work on dropdown components 6 years ago
favicon.ico Removed unused images and added new BB logo 6 years ago
favicon.png Removed unused images and added new BB logo 6 years ago
fonts.css CSS update UI refresh 6 years ago
global.css Set top level background colour 6 years ago
helpers.js Lint 6 years ago
index.html Enabling the dark side 6 years ago
main.js bulk delete, delete column from panel 6 years ago