1
0
Fork 0
mirror of synced 2024-09-11 15:08:05 +12:00
budibase/packages/backend-core/src/db
2024-01-11 17:17:38 +00:00
..
couch Fixing typing for performCall. 2024-01-11 17:17:38 +00:00
searchIndexes
tests
constants.ts
db.ts Revert "Remove all custom tracing to see if it's the cause of the memory leak." 2024-01-02 11:36:32 +00:00
errors.ts
index.ts
instrumentation.ts 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
lucene.ts
Replication.ts
utils.ts
views.ts