Name : perl-DBIx-Class-BitField
| |
Version : 0.130.0
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp156.1.1
| Date : 2024-07-20 21:52:57
|
Group : Unspecified
| Source RPM : perl-DBIx-Class-BitField-0.130.0-lp156.1.1.src.rpm
|
Size : 0.02 MB
| |
Packager : https://www_suse_com/
| |
Summary : Store multiple boolean fields in one integer field
|
Description :
This module is useful if you manage data which has a lot of on/off attributes like _active, inactive, deleted, important, etc._. If you do not want to add an extra column for each of those attributes you can easily specify them in one \'integer\' column.
A bit field is a way to store multiple bit values on one integer field.
The main benefit from this module is that you can add additional attributes to your result class whithout the need to deploy or change the schema on the data base.
*This module encourages to not normalize your schema. You should consider a \'has_many\' relationship to a table which holds all the flags instead of this module.*
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/15.6/noarch |