NAME

App::Manoc::DataDumper - Data dumper for import/export in Manoc

VERSION

version 2.99.2

METHODS

load( $enable_fk, $overwrite, $force )

Load data from $self-filename>.

save

Save Manoc data to $self-filename>.

=for: list

* If $enable_fk is true foreign key are checked while data is loading, otherwise use deferred foreign key checks.

* If $overwrite is true old data is deleted before loading new.

* If $force is true data loading continues even if an error condition arise.

AUTHORS

  • Gabriele Mambrini <gmambro@cpan.org>

  • Enrico Liguori

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Gabriele Mambrini.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.