[Dbix-class] help wanted - example database schemas and queries

Matt S Trout dbix-class at trout.me.uk
Tue Oct 23 21:31:19 GMT 2007


On Sun, Oct 21, 2007 at 08:57:57PM -0700, Darren Duncan wrote:
> All,
> 
> At this point in time, the design work on Muldis D + Muldis DB is 
> transitioning to be implementation driven rather than theoretical 
> scenario driven.  That is, the fundamental design work is more or 
> less done, and I'm now moving on to filling in cracks in the design 
> that would get revealed by actually trying to write code that uses 
> Muldis DB and implement the latter so that the former runs.
> 
> For context, you can see 
> http://search.cpan.org/dist/Language-MuldisD/ and 
> http://search.cpan.org/dist/Muldis-DB/ , though the versions on CPAN 
> aren't the absolute newest versions.
> 
> While I am great in thinking of things in more abstract or generic 
> terms, it is great drudgery for me to try to come up with specific 
> examples of use, such as actual tasks being solved, actual database 
> schemas, reasonable sample data, and actual queries to run.
> 
> I am now requesting the help of any interested parties to generate 
> and/or collect database use case examples that I would then translate 
> into Perl Hosted Muldis D code, thereby demonstrating how one would 
> use Muldis DB to implement solutions to the use cases.

cpan> look DBIx::Class

perl Makefile.PL
DBIC_TRACE=1 make test 2>sql-log

# repeat as applicable for other DB-related distributions.

-- 
      Matt S Trout       Need help with your Catalyst or DBIx::Class project?
   Technical Director                    http://www.shadowcat.co.uk/catalyst/
 Shadowcat Systems Ltd.  Want a managed development or deployment platform?
http://chainsawblues.vox.com/            http://www.shadowcat.co.uk/servers/



More information about the DBIx-Class mailing list