Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第10,19110,200项(搜索用时0.015秒)
converters/uudeview-0.5.20 (Score: 1.762358E-4)
Program for uu/xx/Base64/BinHex/yEnc de-/encoding
This is a powerful program at which you can throw a mess of unordered files in any of BinHex, uuencoded, xxencoded, Base64, or yEnc formats and expect them all to be properly decoded. These formats are frequently encountered when sending binary files via news or mail.
converters/Sereal-Encoder-3.015 (Score: 1.762358E-4)
Perl module for fast, powerful binary serialization (encoder)
This library implements an efficient, compact-output, and feature-rich serializer using a binary protocol called Sereal. Its sister module Sereal::Decoder (converts/p5-Sereal-Decoder) implements a decoder for this format. The two are released separately to allow for independent and safer upgrading.
databases/gtksql-0.4.5 (Score: 1.762358E-4)
Graphical query tool for PostgreSQL/MySQL/SQLite
GtkSQL is a graphical query tool for PostgreSQL/MySQL/SQLite. You can work on multiple queries simultaneously: * send the current query to the database * add a new query * delete current query * rename current query * export current query * display the table information * move to the next or previous query * SQL keyword, table name and field name autocompletion * rescan the table database.
databases/Mojo-Pg-2.30 (Score: 1.762358E-4)
PostgreSQL integration for p5-Mojolicious
Mojo::Pg is a tiny wrapper around DBD::Pg that makes PostgreSQL a lot of fun to use with the Mojolicious real-time web framework. Database handles are cached automatically, so they can be reused transparently to increase performance. And you can handle connection timeouts gracefully by holding on to them only for short amounts of time.
databases/liquibase-3.4.1 (Score: 1.762358E-4)
Database Change Management
Liquibase is an open source (Apache 2.0 Licensed), database-independent library for tracking, managing and applying database changes. It is built on a simple premise: All database changes are stored in a human readable yet trackable form and checked into source control.
databases/pg_rman-1.2.3 (Score: 1.762358E-4)
Online backup and restore tool for PostgreSQL
pg_rman is an online backup and restore tool for PostgreSQL. The goal of the pg_rman project is providing a method for online backup and PITR as easy as pg_dump. Also, it maintains a backup catalog per database cluster. Users can maintain old backups including archive logs with one command.
databases/mdcached-1.0.9 (Score: 1.762358E-4)
High performance cache server similar to memcached
Bullet Cache is a memory database intended to be used much like memcached, but offering much higher flexibility through use of record tags which can be used to perform bulk operations on sets of records. It has its own binary network protocol which is accessible through Unix domain sockets and through TCP. It is indended to be accessed through a high-performance C library.
databases/mysql-connector-c++-1.1.7 (Score: 1.762358E-4)
MySQL database connector for C++
MySQL Connector/C++ is a MySQL database connector for C++ implementing a subset of the JDBC 4.0 API. The MySQL Connector/C++ currently features the following classes: * Connection * DatabaseMetaData * Driver * PreparedStatement * ResultSet * ResultSetMetaData * Savepoint * Statement The JDBC 4.0 API defines approximately 450 methods for the above mentioned classes. MySQL Connector/C++ implements around 80% of these and makes them available in the current release.
databases/mysql-proxy-0.8.4 (Score: 1.762358E-4)
Monitor, analyze, or transform the communication of MySQL
MySQL Proxy is a simple program that sits between your client and MySQL server(s) that can monitor, analyze or transform their communication. Its flexibility allows for a wide variety of uses, including load balancing; failover; query analysis; query filtering and modification; and many more.
databases/sqlite3-4.0.5 (Score: 1.762358E-4)
OCaml bindings to sqlite3 library
Sqlite3 bindings for Objective Caml Sqlite 3 database library wrapper for ocaml. Sqlite 3 is available from http://www.sqlite.org This wrapper is written in a way that enables a friendly coexistence with the old (version 2) sqlite and its ocaml wrapper ocaml-sqlite.