Import security/py-yara version 3.4.0
[dports.git] / databases / p5-DBIx-Class-BitField / pkg-descr
1 This module is useful if you manage data which has a lot of on/off attributes
2 like active, inactive, deleted, important, etc. If you do not want to add an
3 extra column for each of those attributes you can easily specify them in one
4 integer column.
5
6 A bit field is a way to store multiple bit values on one integer field.
7
8 The main benefit from this module is that you can add additional attributes
9 to your result class whithout the need to deploy or change the schema on the
10 data base.
11
12 WWW: http://search.cpan.org/dist/DBIx-Class-BitField/