NAME

Data::TagDB::Link - Work with Tag databases

VERSION

version v0.12

SYNOPSIS

use Data::TagDB;

Parent package for Data::TagDB::Relation and Data::TagDB::Metadata.

METHODS

db

my Data::TagDB $db = $db->db;

Returns the current Data::TagDB object

tag, relation, context

my Data::TagDB::Tag $db = $link->tag;
my Data::TagDB::Tag $db = $link->relation;
my Data::TagDB::Tag $db = $link->context;

Returns the corresponding tag, relation, or context. Returns undef if not set.

AUTHOR

Philipp Schafft <lion@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2024-2025 by Philipp Schafft <lion@cpan.org>.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)