aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-Schema-Loader/pkg-descr
blob: 71d901d59eca560b4a615fdd54b2774d8497d2f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DBIx::Class::Schema::Loader automates the definition of a
DBIx::Class::Schema by scanning database table definitions and setting
up the columns, primary keys, and relationships.

DBIx::Class::Schema::Loader currently supports only the DBI storage
type. It has explicit support for DBD::Pg, DBD::mysql, DBD::DB2, and
DBD::SQLite. Other DBI drivers may function to a greater or lesser
degree with this loader, depending on how much of the DBI spec they
implement, and how standard their implementation is. Patches to make
other DBDs work correctly welcome.

See DBIx::Class::Schema::Loader::DBI::Writing for notes on writing your
own vendor-specific subclass for an unsupported DBD driver.

This module requires DBIx::Class 0.06 or later, and obsoletes the older
DBIx::Class::Loader.

This module is designed more to get you up and running quickly against
an existing database, or to be effective for simple situations, rather
than to be what you use in the long term for a complex database/project.

WWW: https://metacpan.org/release/DBIx-Class-Schema-Loader