Open
Description
Description
The manipulation APIs will include a new backup functionality, that will assist to bring advanced strategies like incremental backups on databases without direct explicit support for it. The feasibility depends on the driver implementing the strategy, however any database that has either trigger
available or foreign keys
with on delete set null
support can easily implement it. Other dbs either have to reside with alternative less efficient techniques or don't implement support for this feature.