staticbackendhq / core

Backend server API handling user mgmt, database, storage and real-time component
https://staticbackend.com
MIT License
682 stars 67 forks source link

Add cache events in bulk update func #61

Closed rostikts closed 1 year ago

rostikts commented 1 year ago

Added endpoint for getting several records by ids list as described in #53

URL example: /db/tasks?byids=1
body: ['id1-here', 'id2-here', '...']

Also added the cache events in bulk update functions Closes #53