Ports Search

Results 5,9515,960 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
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: 9.15773E-5)
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.
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: 9.15773E-5)
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: 9.15773E-5)
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.
databases/pg_reorg-1.1.11 (Score: 9.15773E-5)
PostgreSQL utility to reorganize tables
pg_reorg can reorganize tables of a PostgreSQL database without any locks, so that you can retrieve or update rows in tables being reorganized. The module is developed to be a better alternative to CLUSTER and VACUUM FULL.
databases/adminer-4.2.5 (Score: 9.15773E-5)
Full-featured database management tool written in PHP
Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL and Oracle.
databases/libpgeasy-3.0.4 (Score: 9.15773E-5)
Easy-to-use C interface to PostgreSQL
Pgeasy is a PostgreSQL API that is a cleaner interface to the libpq library, more like an SQL 4GL interface. There are examples in share/examples/postgresql/libpqeasy and docs in share/doc/postgresql/libpqeasy
databases/oursql-0.9.3.2 (Score: 9.15773E-5)
MySQL bindings for python
oursql is a set of MySQL bindings for python 2.4+ with a focus on wrapping the MYSQL_STMT API to provide real parameterization and real server-side cursors. MySQL 4.1.2 or better is required.