dbsrgits / dbix-class-schema-loader

Official GitHub remote for git.shadowcat.co.uk DBIx-Class-Schema-Loader.git
http://dbix-class.org/
11 stars 34 forks source link

Separate schema metadata into its own module #56

Open Ovid opened 11 months ago

Ovid commented 11 months ago

DBIC::Schema::Loader has some amazing work to fetch schema metadata for multiple databases. I have a project which could very much use this metadata, but without requiring that I load DBIx::Class::Schema::Loader or install DBIx::Class (which the Makefile.PL lists as a dependency).

It is possible to break the database metadata (1lib/DBIx/Class/Schema/Loader/DBI.pm and subclasses) into its own distribution with a clean interface?