Changelog
[0.27.20] 2024-10-16
Added Origin IndexedDb Storage to store entities in the frontend:
const db = new JsonDataProvider(new JsonEntityIndexedDbStorage())
console.table(await repo(Task, db).find())
Fixed issue with required validation and relations