db-migrate / db-migrate/node-db-migrate
incremental backups
Open
feature
- Dominant language
- JavaScript
- Stars
- 2.3k
- Forks
- 361
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
Assessment
This issue has not been assessed yet.