NAME

Math::DifferenceSet::Planar::Schema - data schema for planar difference sets

VERSION

This documentation refers to version 1.003 of Math::DifferenceSet::Planar::Schema.

SYNOPSIS

use Math::DifferenceSet::Planar::Schema;

$schema = Math::DifferenceSet::Planar::Schema->connect(...);
$pds    = $schema->resultset('DifferenceSet')->search(...);
$spc    = $schema->resultset('DifferenceSetSpace')->search(...);
$dbv    = $schema->resultset('DatabaseVersion')->search(...);

DESCRIPTION

This module is the DBIx::Class schema module for the Math::DifferenceSet::Planar::Data backend. Application code is not supposed to use it directly.

SEE ALSO

AUTHOR

Martin Becker, <becker-cpan-mp at cozap.com>

COPYRIGHT AND LICENSE

Copyright (c) 2019-2025 by Martin Becker, Blaubeuren.

This library is free software; you can distribute it and/or modify it under the terms of the Artistic License 2.0 (see the LICENSE file).

The license grants freedom for related software development but does not cover incorporating code or documentation into AI training material. Please contact the copyright holder if you want to use the library whole or in part for other purposes than stated in the license.

DISCLAIMER OF WARRANTY

This library is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.