How to Install and Uninstall perl-Dancer2-Plugin-DBIC Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "perl-Dancer2-Plugin-DBIC" package

This is a short guide on how to install perl-Dancer2-Plugin-DBIC on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Dancer2-Plugin-DBIC

2. Uninstall "perl-Dancer2-Plugin-DBIC" package

This tutorial shows how to uninstall perl-Dancer2-Plugin-DBIC on openSuSE Tumbleweed:

$ sudo zypper remove perl-Dancer2-Plugin-DBIC

3. Information about the perl-Dancer2-Plugin-DBIC package on openSuSE Tumbleweed

Information for package perl-Dancer2-Plugin-DBIC:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Dancer2-Plugin-DBIC
Version : 0.0100-1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 44.2 KiB
Installed : No
Status : not installed
Source package : perl-Dancer2-Plugin-DBIC-0.0100-1.16.src
Upstream URL : https://metacpan.org/release/Dancer2-Plugin-DBIC
Summary : DBIx::Class interface for Dancer2 applications
Description :
This plugin makes it very easy to create Dancer2 applications that
interface with databases. It automatically exports the keyword 'schema'
which returns a DBIx::Class::Schema object. It also exports the keywords
'resultset' and 'rset'. You just need to configure your database connection
information. For performance, schema objects are cached in memory and are
lazy loaded the first time they are accessed.
This plugin is a thin wrapper around DBICx::Sugar.