Implemented backu_step

This commit is contained in:
Maas-Maarten Zeeman
2022-01-08 22:19:22 +01:00
parent e635710bda
commit d0cc3b10cc
4 changed files with 73 additions and 6 deletions

View File

@@ -143,7 +143,7 @@ column_types(_Db, _Stmt, _Ref, _Dest) ->
erlang:nif_error(nif_library_not_loaded).
%% @doc Initialize a backup procedure of a database.
-spec backup_init(raw_connection(), iodata(), raw_connection(), iodata(), reference(), pid()) -> ok | {error, _}.
-spec backup_init(raw_connection(), string(), raw_connection(), string(), reference(), pid()) -> ok | {error, _}.
backup_init(_DestDb, _DestName, _SourceDb, _SourceName, _Ref, _Dest) ->
erlang:nif_error(nif_library_not_loaded).