Ports Search

Results 511520 of 1,144 for /databases/.(0.006 seconds)
databases/Mango-1.29 (Score: 0.09045241)
Pure-Perl non-blocking I/O MongoDB driver
Mango is a pure-Perl non-blocking I/O MongoDB driver, optimized for use with the Mojolicious real-time web framework, and with multiple event loop support. Since MongoDB is still changing rapidly, only the latest stable version is supported. Many arguments passed to methods as well as values of attributes get serialized to BSON with Mango::BSON, which provides many helper functions you can use to generate data types that are not available natively in Perl. All connections will be reset automatically if a new process has been forked, this allows multiple processes to share the same Mango object safely.
Thin fast full interface to the libmemcached client API
Memcached::libmemcached - Thin fast full interface to the libmemcached client API Memcached::libmemcached is a very thin, highly efficient, wrapper around the libmemcached library. It gives full access to the rich functionality offered by libmemcached. libmemcached is fast, light on memory usage, thread safe, and provide full access to server side methods. - Synchronous and Asynchronous support. - TCP and Unix Socket protocols. - A half dozen or so different hash algorithms. - Implementations of the new cas, replace, and append operators. - Man pages written up on entire API. - Implements both modulo and consistent hashing solutions.
databases/Metadata-0.24 (Score: 0.09045241)
Perl implementation of Dublin Core compatible metadata
This collection of modules provide an implementation of Dublin Core compatible metadata and subclasses for IAFA Templates, SOIF (Harvest) and should be easily extendible to similar (fairly flat) metadata formats.
databases/MongoDB-1.4.2 (Score: 0.09045241)
Mongo Driver for Perl
p5-MongoDB is a Mongo Driver for Perl.
databases/ORLite-Migrate-1.10 (Score: 0.09045241)
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/ORLite-1.98 (Score: 0.09045241)
Perl5 extremely light weight SQLite-specific ORM
ORLite is an object-relation system specifically tailored for SQLite that follows many of the same principles as the ::Tiny series of modules and has a design and feature set that aligns directly to the capabilities of SQLite.
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).
POE Component for simplified DBI usage
Simplified use of DBI in the POE environment.
databases/POE-Component-LaDBI-1.2.1 (Score: 0.09045241)
Perl extension for asynchronous non-blocking DBI calls in POE
POE Component that spawns a perl subprocess to handle non-blocking access to the DBI API.
Simple interface for calling SQL functions from PostgreSQL PL/Perl
PostgreSQL::PLPerl::Call is a simple interface for calling SQL functions from PostgreSQL PL/Perl.