Result for 88D325B0B7767F4255E591E30BE270EB5B1FCE1D

Query result

Key Value
FileName./usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/DBD/SQLite/VirtualTable.pm
FileSize22361
MD5D2E3B0FFE20885E8DCB49D13C79D53FE
SHA-188D325B0B7767F4255E591E30BE270EB5B1FCE1D
SHA-2563F5E55E694AA97007BCD8C9DEC49958013B457C1EFC4F3E1FB912909DB9EE2CD
SSDEEP384:1ZdQzQYsVTPNj2dqCs7xZ5okXpTz0TnAE8pOHm7Cc9soi6UH/s6o:1ZKzQRVT1j2dqCs7xZLXpTz0TnAENM9f
TLSHT1B6A2F75A3FC2A3765CBEE0A1A58D52E8F752C4784A1945E0BCFC80186A41F7EC2BD4D9
tar:gnameroot
tar:unameroot
hashlookup:parent-total41
hashlookup:trust100

Network graph view

Parents (Total: 41)

The searched file hash is included in 41 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize172224
MD529C73D1EC207C9009EB232BDBD6F6B30
PackageDescriptionPerl DBI driver with a self-contained RDBMS DBD::SQLite is a Perl DBI driver with a self-contained relational database management system. It embeds a small and fast embedded SQL database engine called SQLite (see sqlite3) into a DBI driver. It is useful if you want a relational database for your project, but don't want to install a large RDBMS system like MySQL or PostgreSQL. . SQLite supports the following features: . * Implements a large subset of SQL92 (<URL:http://www.sqlite.org/lang.html>) * A complete DB in a single disk file Everything for your database is stored in a single disk file, making it easier to move things around than with DBD::CSV. * Atomic commit and rollback . The engine is very fast, but for updates/inserts/dml it does perform a global lock on the entire database. This, obviously, might not be good for multiple user systems. The database also appears to be significantly faster if your transactions are coarse.
PackageMaintainerDebian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
PackageNamelibdbd-sqlite3-perl
PackageSectionperl
PackageVersion1.66-1+b1
SHA-109B391CFA9CAA9886F69BABCCD2D7D14AB128708
SHA-25648042839A0D49303A1E92FB36BF749001D85BB62AACB82C94CCB45BB19CDE536
Key Value
FileSize172272
MD5E1DBF8D93779F73231B1DAA9C0E64399
PackageDescriptionPerl DBI driver with a self-contained RDBMS DBD::SQLite is a Perl DBI driver with a self-contained relational database management system. It embeds a small and fast embedded SQL database engine called SQLite (see sqlite3) into a DBI driver. It is useful if you want a relational database for your project, but don't want to install a large RDBMS system like MySQL or PostgreSQL. . SQLite supports the following features: . * Implements a large subset of SQL92 (<URL:http://www.sqlite.org/lang.html>) * A complete DB in a single disk file Everything for your database is stored in a single disk file, making it easier to move things around than with DBD::CSV. * Atomic commit and rollback . The engine is very fast, but for updates/inserts/dml it does perform a global lock on the entire database. This, obviously, might not be good for multiple user systems. The database also appears to be significantly faster if your transactions are coarse.
PackageMaintainerDebian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
PackageNamelibdbd-sqlite3-perl
PackageSectionperl
PackageVersion1.66-1+b1
SHA-10D94CE7B95783B313A6A7BB5EB5DB09525898768
SHA-25678B2270580BDCC6EEB58731BF83E1EDE4B3210DF89935D02EEE5DC5A60B5ABCF
Key Value
MD5625E29550FCB1CEB5221A94BB186BEC7
PackageArchx86_64
PackageDescriptionSQLite is a public domain file-based relational database engine that you can find at the https://www.sqlite.org/ manpage. *DBD::SQLite* is a Perl DBI driver for SQLite, that includes the entire thing in the distribution. So in order to get a fast transaction capable RDBMS working for your perl project you simply have to install this module, and *nothing* else. SQLite supports the following features: * Implements a large subset of SQL92 See the https://www.sqlite.org/lang.html manpage for details. * A complete DB in a single disk file Everything for your database is stored in a single disk file, making it easier to move things around than with the DBD::CSV manpage. * Atomic commit and rollback Yes, *DBD::SQLite* is small and light, but it supports full transactions! * Extensible User-defined aggregate or regular functions can be registered with the SQL parser. There's lots more to it, so please refer to the docs on the SQLite web page, listed above, for SQL details. Also refer to the DBI manpage for details on how to use DBI itself. The API works like every DBI module does. However, currently many statement attributes are not implemented or are limited by the typeless nature of the SQLite database.
PackageMaintainerhttps://www.suse.com/
PackageNameperl-DBD-SQLite
PackageRelease150300.3.3.1
PackageVersion1.66
SHA-11168E1DE476319A94CB6C0412B4CEEE778F70E53
SHA-2565F963CDEB388399DD86672C9795B19E7A0D058D0551C574FADA1C33486D41C56
Key Value
MD51C4E22046D4D87017E384211A76F2F11
PackageArchaarch64
PackageDescriptionSQLite is a public domain, file-based, relational database engine that you can find at <https://www.sqlite.org/>. This package provides a Perl DBI driver for SQLite.
PackageMaintainerFedora Project
PackageNameperl-DBD-SQLite
PackageRelease3.fc34
PackageVersion1.66
SHA-11B87AAB78B018D12B19F976C35103FE0B4D1AE39
SHA-256EB12BC7034399708066376C9A2C2DCB8FD89BBF3944A970B6E5464E8D7567D3B
Key Value
MD559D4F0BA54373C625689B96E1408D8B8
PackageArchx86_64
PackageDescriptionSQLite is a public domain file-based relational database engine that you can find at https://www.sqlite.org/. *DBD::SQLite* is a Perl DBI driver for SQLite, that includes the entire thing in the distribution. So in order to get a fast transaction capable RDBMS working for your perl project you simply have to install this module, and *nothing* else. SQLite supports the following features: * Implements a large subset of SQL92 See https://www.sqlite.org/lang.html for details. * A complete DB in a single disk file Everything for your database is stored in a single disk file, making it easier to move things around than with DBD::CSV. * Atomic commit and rollback Yes, *DBD::SQLite* is small and light, but it supports full transactions! * Extensible User-defined aggregate or regular functions can be registered with the SQL parser. There's lots more to it, so please refer to the docs on the SQLite web page, listed above, for SQL details. Also refer to DBI for details on how to use DBI itself. The API works like every DBI module does. However, currently many statement attributes are not implemented or are limited by the typeless nature of the SQLite database.
PackageMaintainerhttps://www.suse.com/
PackageNameperl-DBD-SQLite
PackageRelease1.1
PackageVersion1.66
SHA-1259E5F933D0781C83880318FC8EA4D5A43F0B4F5
SHA-2564B9866C300E0A1255A327642342138AAF6F11694F8D8FE70707D81086E1F59AE
Key Value
MD5246DDC7C9E8F5B9CF0220D7B115812BD
PackageArchx86_64
PackageDescriptionSQLite is a public domain file-based relational database engine that you can find at the https://www.sqlite.org/ manpage. *DBD::SQLite* is a Perl DBI driver for SQLite, that includes the entire thing in the distribution. So in order to get a fast transaction capable RDBMS working for your perl project you simply have to install this module, and *nothing* else. SQLite supports the following features: * Implements a large subset of SQL92 See the https://www.sqlite.org/lang.html manpage for details. * A complete DB in a single disk file Everything for your database is stored in a single disk file, making it easier to move things around than with the DBD::CSV manpage. * Atomic commit and rollback Yes, *DBD::SQLite* is small and light, but it supports full transactions! * Extensible User-defined aggregate or regular functions can be registered with the SQL parser. There's lots more to it, so please refer to the docs on the SQLite web page, listed above, for SQL details. Also refer to the DBI manpage for details on how to use DBI itself. The API works like every DBI module does. However, currently many statement attributes are not implemented or are limited by the typeless nature of the SQLite database.
PackageMaintainerhttps://www.suse.com/
PackageNameperl-DBD-SQLite
PackageRelease150300.3.6.1
PackageVersion1.66
SHA-135B4EBBF3E152DF6F309AE63DCF3F1C0853F154A
SHA-25628CEFB5BC315DC264BF26B289C093FBD2C4E9BBF5805F70382CF3D56F14589C7
Key Value
FileSize158572
MD5FFDA7F0A2A8F2443799F1B3CAB81D4C3
PackageDescriptionPerl DBI driver with a self-contained RDBMS DBD::SQLite is a Perl DBI driver with a self-contained relational database management system. It embeds a small and fast embedded SQL database engine called SQLite (see sqlite3) into a DBI driver. It is useful if you want a relational database for your project, but don't want to install a large RDBMS system like MySQL or PostgreSQL. . SQLite supports the following features: . * Implements a large subset of SQL92 (<URL:http://www.sqlite.org/lang.html>) * A complete DB in a single disk file Everything for your database is stored in a single disk file, making it easier to move things around than with DBD::CSV. * Atomic commit and rollback . The engine is very fast, but for updates/inserts/dml it does perform a global lock on the entire database. This, obviously, might not be good for multiple user systems. The database also appears to be significantly faster if your transactions are coarse.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibdbd-sqlite3-perl
PackageSectionperl
PackageVersion1.66-1
SHA-1377DD9D425E5B62D325F8868644126A5C8852369
SHA-256582FE3757AE46BDCE5D7695C0C8A44A8062B260C34F2869ECA60C6F881AFCA87
Key Value
MD5B65D05D55980C9AF9FC20D590ADADD6A
PackageArchs390x
PackageDescriptionSQLite is a public domain file-based relational database engine that you can find at the https://www.sqlite.org/ manpage. *DBD::SQLite* is a Perl DBI driver for SQLite, that includes the entire thing in the distribution. So in order to get a fast transaction capable RDBMS working for your perl project you simply have to install this module, and *nothing* else. SQLite supports the following features: * Implements a large subset of SQL92 See the https://www.sqlite.org/lang.html manpage for details. * A complete DB in a single disk file Everything for your database is stored in a single disk file, making it easier to move things around than with the DBD::CSV manpage. * Atomic commit and rollback Yes, *DBD::SQLite* is small and light, but it supports full transactions! * Extensible User-defined aggregate or regular functions can be registered with the SQL parser. There's lots more to it, so please refer to the docs on the SQLite web page, listed above, for SQL details. Also refer to the DBI manpage for details on how to use DBI itself. The API works like every DBI module does. However, currently many statement attributes are not implemented or are limited by the typeless nature of the SQLite database.
PackageMaintainerhttps://www.suse.com/
PackageNameperl-DBD-SQLite
PackageRelease150300.3.3.1
PackageVersion1.66
SHA-139A9DF02C232DCB582CDA4B7358698B62DFD67AA
SHA-25646E527106591F393FE3A2189DFB809F511EC16C603DA66A61277196EBCA74E21
Key Value
MD59E00E7C57BE2EE0F9A761605FC86A75C
PackageArcharmv7hl
PackageDescriptionSQLite is a public domain RDBMS database engine that you can find at http://www.hwaci.com/sw/sqlite/. This module provides a SQLite RDBMS module that uses the system SQLite libraries.
PackageMaintainerFedora Project
PackageNameperl-DBD-SQLite
PackageRelease1.fc33
PackageVersion1.66
SHA-13B858518B94D2E8A8CF906D2F477C98889DD4496
SHA-256E808F2ABA8DC934FC724CA6EC1AE36E2303F2370EC9DBBCBB8E326D103BC1AB9
Key Value
MD59C1B490A9CC5E36605517CBD246DEF06
PackageArcharmv7hl
PackageDescriptionSQLite is a public domain, file-based, relational database engine that you can find at <https://www.sqlite.org/>. This package provides a Perl DBI driver for SQLite.
PackageMaintainerFedora Project
PackageNameperl-DBD-SQLite
PackageRelease3.fc34
PackageVersion1.66
SHA-148A07FA1A300C636747C08A89DAECB73FA260B8E
SHA-256B438471DA08EAF31D2F5B18420D90958088C47D652236A9FBEABB1D724F34CFB