The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

get_or_create_user

Search a user based on login name. Create a user with this login name if not found.

@param string - login name

@return success - id (primary key of user table) @return error - undef

get_hardware_overview

Returns an overview of a given machine revision.

@param int - machine lid

@return success - hash ref @return error - undef

NAME

Tapper::Model - Tapper - Context sensitive connected DBIC schema

SYNOPSIS

    use Tapper::Model 'model';
    my $testrun = model->schema('Testrun')->find(12);  # defaults to "TestrunDB"
    my $testrun = model('ReportsDB')->schema('Report')->find(7343);

EXPORT

model

Returns a connected schema.

COPYRIGHT & LICENSE

Copyright 2008-2011 AMD OSRC Tapper Team, all rights reserved.

This program is released under the following license: freebsd