Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-ORLite | Distribution: Fedora Project |
Version: 2.00 | Vendor: Fedora Project |
Release: 3.fc40 | Build date: Thu Jan 25 20:15:33 2024 |
Group: Unspecified | Build host: buildvm-s390x-19.s390.fedoraproject.org |
Size: 95948 | Source RPM: perl-ORLite-2.00-3.fc40.src.rpm |
Packager: Fedora Project | |
Url: https://metacpan.org/release/ORLite | |
Summary: Extremely light weight SQLite-specific ORM |
SQLite is a light weight single file SQL database that provides an excellent platform for embedded storage of structured data. However, while it is superficially similar to a regular server-side SQL database, SQLite has some significant attributes that make using it like a traditional database difficult. For example, SQLite is extremely fast to connect to compared to server databases (1000 connections per second is not unknown) and is particularly bad at concurrency, as it can only lock transactions at a database-wide level. This role as a super-fast internal data store can clash with the roles and designs of traditional object-relational modules like Class::DBI or DBIx::Class. What this situation would seem to need is an object-relation system that is designed specifically for SQLite and is aligned with its idiosyncrasies. ORLite is an object-relation system specifically for SQLite that follows many of the same principles as the ::Tiny series of modules and has a design that aligns directly to the capabilities of SQLite.
GPL-1.0-or-later OR Artistic-1.0-Perl
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.00-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.00-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Aug 21 2023 Petr Pisar <ppisar@redhat.com> - 2.00-1 - 2.00 bump * Mon Aug 14 2023 Petr Pisar <ppisar@redhat.com> - 1.99-1 - 1.99 bump - Package the tests * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.98-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri May 05 2023 Jitka Plesnikova <jplesnik@redhat.com> - 1.98-32 - Update Makefile.PL to not use Module::Install::DSL * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.98-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.98-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.98-29 - Perl 5.36 rebuild * Thu Mar 24 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.98-28 - Update tests to work for SQLite 3.38 and later (bug #2066641)
/usr/share/doc/perl-ORLite /usr/share/doc/perl-ORLite/CONTRIBUTING /usr/share/doc/perl-ORLite/Changes /usr/share/doc/perl-ORLite/README /usr/share/licenses/perl-ORLite /usr/share/licenses/perl-ORLite/LICENSE /usr/share/man/man3/ORLite.3pm.gz /usr/share/perl5/vendor_perl/ORLite.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Jul 10 00:08:09 2024