DBIx::Class::Schema::PopulateMore::Test::Schema(3pm) | User Contributed Perl Documentation | DBIx::Class::Schema::PopulateMore::Test::Schema(3pm) |
DBIx::Class::Schema::PopulateMore::Test::Schema - Test Schema
Defines the base case for loading DBIC Schemas. This schema currently defines three sources, Person, FriendList, and Gender
The following is a list of package methods declared with this class.
Load the components
Automatically load the classes and resultsets from their default namespaces.
This class defines the following attributes.
This module declares the following methods
Creates a schema, deploys a database and sets the testing data. By default we use a DBD::SQLite database created
returns a dsn string, suitable for passing to DBD::SQLite, creating the database as a temporary file.
deploy a database and populate it with the initial data
cleanup any temporary files
Please see DBIx::Class::Schema::PopulateMore For authorship information
Please see DBIx::Class::Schema::PopulateMore For licensing terms.
2023-01-22 | perl v5.36.0 |