Currently, the restore operation only allows restoring the entire database from a backup file. Add support for selective restore, enabling users to restore specific tables (for SQL databases) or collections (for MongoDB), if supported by the DBMS. The CLI should provide clear options to specify which tables or collections to restore.
Currently, the restore operation only allows restoring the entire database from a backup file. Add support for selective restore, enabling users to restore specific tables (for SQL databases) or collections (for MongoDB), if supported by the DBMS. The CLI should provide clear options to specify which tables or collections to restore.