Ports Search

Results 17,15117,160 of 19,819 for %22HTTP Server%22.(0.01 seconds)
databases/DBIx-XML_RDB-0.05 (Score: 7.739885E-4)
Perl extension for creating XML from existing DBI datasources
This module is a simple creator of XML data from DBI datasources. It allows you to easily extract data from a database, and manipulate later using XML::Parser.
databases/Dancer-Plugin-DBIC-0.2104 (Score: 7.739885E-4)
DBIx::Class interface for Dancer applications
DBIx::Class interface for Dancer applications
databases/Dancer-Plugin-Redis-0.8 (Score: 7.739885E-4)
Redis database connector for Dancer
Dancer::Plugin::Redis provides an easy way to obtain a connected Redis database handle by simply calling the 'redis' keyword within a Dancer application.
Memcached-based session backend for Dancer
A session engine for Dancer based on the Memcache API. Session are stored as memcache objects via a list of Memcached servers.
databases/Dancer2-Session-DBIC-0.110 (Score: 7.739885E-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/Exception-Class-DBI-1.01 (Score: 7.739885E-4)
DBI Exception objects
This module offers a set of DBI-specific exception classes. They inherit from Exception::Class, the base class for all exception objects created by the Exception::Class module from the CPAN. Exception::Class::DBI itself offers a single class method, handler(), that returns a code reference appropriate for passing to the DBI HandleError attribute.
Model class for FormHandler unsing DBIx::Class
This is a separate DBIx::Class model class for HTML::FormHandler
databases/Net-Async-CassandraCQL-0.11 (Score: 7.739885E-4)
Use Cassandra databases with IO::Async using CQL
This module allows use of the CQL3 interface of a Cassandra database. It fully supports asynchronous operation via IO::Async, allowing both direct queries and prepared statements to be managed concurrently, if required. Alternatively, as the interface is entirely based on Future objects, it can be operated synchronously in a blocking fashion by simply awaiting each individual operation by calling the get method.
databases/POE-Component-DBIAgent-0.26 (Score: 7.739885E-4)
POE Component for running asynchronous DBI calls
The DBIAgent is your answer to non-blocking DBI in POE. It fires off child processes (configurable, defaults to 3) and feeds database queries to it via two-way pipe (or however Wheel::Run is able to manage it).
databases/POE-Component-EasyDBI-1.28 (Score: 7.739885E-4)
POE Component for simplified DBI usage
Simplified use of DBI in the POE environment.