This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
50abdf2e63
budibase
/
packages
/
types
History
mike12345567
8483a53178
This removes the need for constant DB HEAD requests to check if a database exists or not. Instead, it tries to make the request, and if it fails it will check if the reason for failure is the database not existing. If it doesn't exist it runs through the same old flow to confirm that it definitely doesn't exist, and if it doesn't then it will create it.
2024-01-11 16:44:15 +00:00
..
src
This removes the need for constant DB HEAD requests to check if a database exists or not. Instead, it tries to make the request, and if it fails it will check if the reason for failure is the database not existing. If it doesn't exist it runs through the same old flow to confirm that it definitely doesn't exist, and if it doesn't then it will create it.
2024-01-11 16:44:15 +00:00
.gitignore
…
.npmignore
Include all dist
2023-08-09 17:06:05 +03:00
package.json
Update node refs to 20
2023-12-22 14:55:22 +01:00
tsconfig.build.json
Fix rebuilding shared-core
2023-10-10 16:05:41 +02:00
tsconfig.json
Fix rebuilding shared-core
2023-10-10 16:05:41 +02:00