1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-13 11:17:26 +02:00
unleash.unleash/src/lib/db/crud
Gastón Fournier ef91a5a8da
feat: crud time queries (#6895)
## About the changes
Add time metrics to relevant queries:
- get
- getAll
- bulkInsert
- count
- exists
- get

Ignored because might not be that relevant:
- insert
- delete
- deleteAll
- update
2024-04-22 09:31:37 +02:00
..
crud-store.ts feat: crud time queries (#6895) 2024-04-22 09:31:37 +02:00
default-mappings.ts fix: mapper function should be partial (#6475) 2024-03-08 11:20:41 +01:00
row-type.ts