How to Install and Uninstall perl-DBIx-Class-Schema-Loader Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "perl-DBIx-Class-Schema-Loader" package

Please follow the guidelines below to install perl-DBIx-Class-Schema-Loader on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-DBIx-Class-Schema-Loader

2. Uninstall "perl-DBIx-Class-Schema-Loader" package

In this section, we are going to explain the necessary steps to uninstall perl-DBIx-Class-Schema-Loader on openSuSE Tumbleweed:

$ sudo zypper remove perl-DBIx-Class-Schema-Loader

3. Information about the perl-DBIx-Class-Schema-Loader package on openSuSE Tumbleweed

Information for package perl-DBIx-Class-Schema-Loader:
------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-DBIx-Class-Schema-Loader
Version : 0.07052-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 512.1 KiB
Installed : No
Status : not installed
Source package : perl-DBIx-Class-Schema-Loader-0.07052-1.1.src
Upstream URL : https://metacpan.org/release/DBIx-Class-Schema-Loader
Summary : Create a DBIx::Class::Schema based on a database
Description :
DBIx::Class::Schema::Loader automates the definition of a
DBIx::Class::Schema by scanning database table definitions and setting up
the columns, primary keys, unique constraints and relationships.
See dbicdump for the 'dbicdump' utility.
DBIx::Class::Schema::Loader currently supports only the DBI storage type.
It has explicit support for DBD::Pg, DBD::mysql, DBD::DB2, DBD::Firebird,
DBD::InterBase, DBD::Informix, DBD::SQLAnywhere, DBD::SQLite, DBD::Sybase
(for Sybase ASE and MSSSQL), DBD::ODBC (for MSSQL, MSAccess, Firebird and
SQL Anywhere) DBD::ADO (for MSSQL and MSAccess) and DBD::Oracle. Other DBI
drivers may function to a greater or lesser degree with this loader,
depending on how much of the DBI spec they implement, and how standard
their implementation is.
Patches to make other DBDs work correctly welcome.
See DBIx::Class::Schema::Loader::DBI::Writing for notes on writing your own
vendor-specific subclass for an unsupported DBD driver.
This module requires DBIx::Class 0.08127 or later, and obsoletes the older
DBIx::Class::Loader.
See DBIx::Class::Schema::Loader::Base for available options.