How to Install and Uninstall perl-DBIx-Class-Schema-Loader Package on openSUSE Leap

Last updated: July 03,2024

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

Please follow the guidance below to install perl-DBIx-Class-Schema-Loader on openSUSE Leap

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

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

This is a short guide on how to uninstall perl-DBIx-Class-Schema-Loader on openSUSE Leap:

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

3. Information about the perl-DBIx-Class-Schema-Loader package on openSUSE Leap

Information for package perl-DBIx-Class-Schema-Loader:
------------------------------------------------------
Repository : Main Repository
Name : perl-DBIx-Class-Schema-Loader
Version : 0.07051-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 522.1 KiB
Installed : No
Status : not installed
Source package : perl-DBIx-Class-Schema-Loader-0.07051-bp155.1.4.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.