Implemented backup_init

This commit is contained in:
Maas-Maarten Zeeman
2022-01-08 15:05:32 +01:00
parent c08ae01775
commit a809775841
4 changed files with 115 additions and 38 deletions

View File

@@ -49,7 +49,7 @@
-type raw_backup() :: reference().
-type sql() :: iodata().
-export_type([raw_connection/0, raw_statement/0, sql/0]).
-export_type([raw_connection/0, raw_statement/0, raw_backup/0, sql/0]).
-on_load(init/0).