persistence.js is an asynchronous Javascript database mapper library. You can use it in the browser, as well on the server (and you can share data models between them).
I would like to know if it is possible using "On delete cascade" with persistence.js. So if you delete an entity, the related entities are also deleted automatically.
Hi everybody,
I would like to know if it is possible using "On delete cascade" with persistence.js. So if you delete an entity, the related entities are also deleted automatically.
Thanks in advance.
Mikel