Ports Search

Results 5,3515,360 of 17,660 for descr%3A%22spam filter%22.(0.013 seconds)
databases/pgfouine-1.2 (Score: 1.6401772E-4)
PostgreSQL log analyzer
pgFouine is a PostgreSQL log analyzer used to generate detailed reports from a PostgreSQL log file. pgFouine can help you to determine which queries you should optimize to speed up your PostgreSQL based application.
databases/qof-0.8.8 (Score: 1.6401772E-4)
Query Object Framework
QOF - Query Object Framework - library to add a query engine to C applications with generic XML backend. A SQL database is not needed; any collection of C/C++ objects can act as tables.
databases/mysql-1.1.1 (Score: 1.6401772E-4)
OCaml bindings to libmysqlclient
ocaml-mysql is a package for OCaml that provides access to MySQL databases. It consists of low level functions implemented in C and a module MySQL intended for application development.
databases/CDB_File-0.98 (Score: 1.6401772E-4)
Perl5 interface to the CDB package
This is the perl5 interface to CDB. Very useful for people who would like to export information from an SQL type database directly into a CDB file via $cdb->insert in a perl script.
databases/Class-DBI-Plugin-Pager-0.566 (Score: 1.6401772E-4)
Perl extension to paged queries for CDBI
Perl extension to paged queries for CDBI. Adds a pager method to your class that can query using SQL::Abstract where clauses, and limit the number of rows returned to a specific subset.
databases/DBIx-Admin-TableInfo-3.01 (Score: 1.6401772E-4)
Wrapper for all of table_info(), column_info(), *_key_info()
DBIx::Admin::TableInfo is a pure Perl module. It is a convenient wrapper around all of these DBI methods: - table_info() - column_info() - primary_key_info() - foreign_key_info()
Automatic digest columns
This DBIx::Class component can be used to automatically insert a message digest of selected columns. By default DigestColumns will use Digest::MD5 to insert a 128-bit hexadecimal message digest of the column value.
databases/Dancer2-Session-DBIC-0.110 (Score: 1.6401772E-4)
DBIx::Class based session engine for Dancer2
This module implements a session engine for Dancer2 by serializing the session, and storing it in a database via DBIx::Class. JSON was chosen as the default serialization format, as it is fast, terse, and portable.
databases/ORLite-Migrate-1.10 (Score: 1.6401772E-4)
Light weight SQLite-specific schema migration
ORLite::Migrate is a light weight single class Database Schema Migration enhancement for ORLite. It provides a simple implementation of schema versioning within the SQLite database using the built-in user_version pragma (which is set to zero by default).
databases/Redis-hiredis-0.11.0 (Score: 1.6401772E-4)
Simple wrapper around hiredis C client
Redis::hiredis is a simple wrapper around Salvatore Sanfilippo's hiredis C client that allows connecting and sending any command just like you would from a command line Redis client.