NAME
DBIx::Class::AuditAny::Collector::AutoDBIC - Collector class for recording AuditAny changes in auto-generated DBIC schemas
DESCRIPTION
This Collector facilitates recording ChangeSets, Changes, and Column Changes within a clean relational structure into an automatically configured and deployed DBIC schema using SQLite database files.
This class extends DBIx::Class::AuditAny::Collector::DBIC which provides greater flexibility for configuration, can record to different forms of databases and tables, and so on
ATTRIBUTES
Docs regarding the API/purpose of the attributes and methods in this class still TBD...
auto_deploy
change_data_rel
change_source_name
changeset_source_name
column_change_source_name
column_data_rel
deploy_info_source_name
reverse_change_data_rel
reverse_changeset_data_rel
sqlite_db
METHODS
get_context_column_infos
init_schema_namespace
deploy_schema
get_clean_md5
SEE ALSO
SUPPORT
IRC:
Join #rapidapp on irc.perl.org.
AUTHOR
Henry Van Styn <vanstyn@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012-2015 by IntelliTree Solutions llc.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.