-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
It would be nice to have DBIx::Class schemas for the CPANTesters database. These schemas would provide both an API and documentation onto the data contained in the database.
This schema should focus on the cpanstats
database, which contains the core data that CPANTesters uses to provide the web application. This is the data that users would be primarily concerned about having an API for.
The schema module should be named CPAN::Testers::Schema
and follow the standard DBIx::Class naming conventions.