Ports Search

Results 14,61114,620 of 17,660 for descr%3A%22spam filter%22.(0.015 seconds)
databases/Class-DBI-Plugin-0.03 (Score: 9.2782444E-5)
Abstract base class for Class::DBI plugins
Class::DBI::Plugin is an abstract base class for Class::DBI plugins. Its purpose is to make writing plugins easier. Writers of plugins should be able to concentrate on the functionality their module provides, instead of having to deal with the symbol table hackery involved when writing a plugin module.
databases/DBD-LDAP-0.22 (Score: 9.2782444E-5)
DBI interface for accessing LDAP servers
DBD::LDAP is a DBI extension module adding an SQL database interface to standard LDAP databases to Perl's database-independent database interface. You will need access to an existing LDAP database or set up your own using an LDAP server, ie. "OpenLDAP".
databases/DBI-Shell-11.95 (Score: 9.2782444E-5)
Interactive command shell for the DBI
DBI::Shell ========== The DBI::Shell module (and dbish command, if installed) provide a simple but effective command line interface for the Perl DBI module. Please note: DBI::Shell is very new, very experimental and very subject to change. Your mileage will vary. Interfaces will change with each release.
databases/DBIx-Class-Fixtures-1.001032 (Score: 9.2782444E-5)
Perl extension to use fixtures with DBIx::Class
Dump fixtures from source database to filesystem then import to another database (with same schema) at any time. Use as a constant dataset for running tests against or for populating development databases when impractical to use production clones. Describe fixture set using relations and conditions based on your DBIx::Class schema.
databases/DBIx-HA-1.1 (Score: 9.2782444E-5)
High Availability package for DBI
DBIx::HA is a High Availability module for DBI. It is implemented by overloading the DBI connect, prepare and execute methods and can be seamlessly used without code modification except for initialization. DBIx::HA also works seamlessly with Apache::DBI when available, and ensures that cached database handles in the Apache::DBI module are properly updated when failing over.
databases/tdb-1.3.9 (Score: 9.2782444E-5)
Trivial Database
TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. TDB is also extremely small.
databases/Dancer2-Plugin-DBIC-0.0013 (Score: 9.2782444E-5)
DBIx::Class interface for Dancer2 applications
This plugin makes it very easy to create Dancer2 applications that interface with databases. It automatically exports the keyword `schema` which returns a DBIx::Class::Schema object. You just need to configure your database connection information. For performance, schema objects are cached in memory and are lazy loaded the first time they are accessed.
databases/Ima-DBI-0.35 (Score: 9.2782444E-5)
Database connection caching and organization
Ima::DBI attempts to organize and facilitate caching and more efficient use of database connections and statement handles by storing DBI and SQL information with your class (instead of as separate objects). This allows you to pass around just one object without worrying about a trail of DBI handles behind it.
databases/Jifty-DBI-0.78 (Score: 9.2782444E-5)
Jifty::DBI - An object-relational persistence framework
Jifty::DBI deals with databases, so that you don't have to. This module provides an object-oriented mechanism for retrieving and updating data in a DBI-accesible database. This module is the direct descendent of DBIx::SearchBuilder. If you're familiar with SearchBuilder, Jifty::DBI should be quite familiar to you.
databases/Oryx-0.24 (Score: 9.2782444E-5)
Meta-Model Driven Object Persistance with Multiple Inheritance
Oryx is an object persistence framework which supports both object-relational mapping as well as DMB style databases and as such is not coupled with any particular storage back-end. In other words, you should be able to swap out an RDMBS with a DBM style database (and vice versa) without changing your persistent classes at all.