Ports 搜索

共有1,144项符合/databases/的查询结果,以下是第161170项(搜索用时0.011秒)
databases/exredis-0.2.5 (Score: 0.09045241)
Redis client for Elixir
Redis client for Elixir.
databases/mysqltuner-1.6.18 (Score: 0.09045241)
Assist you with MySQL Configuration
MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. Within seconds, it will display statistics about your MySQL installation and the areas where it can be improved.
databases/jdbm-2.4 (Score: 0.09045241)
Fast, simple, and transactional Java persistence engine
JDBM is a transactional persistence engine for Java. It aims to be for Java what GDBM is for other languages: a fast, simple persistence engine. You can use it to store a mix of objects and BLOBs, and all updates are done in a transactionally safe manner. JDBM also provides scalable data structures, such as HTree and B+Tree, to support persistence of large object collections. JDBM2 provides HashMap and TreeMap which are backed by disk storage. It is very easy and fast way to persist your data. JDBM2 also have minimal hardware requirements and is highly embeddable.
databases/mariaex-0.7.7 (Score: 0.09045241)
Database driver for MariaDB and MySQL written in Elixir
A database driver for MariaDB and MySQL written in pure Elixir.
databases/elixir-mongo-0.5.4 (Score: 0.09045241)
Database driver for MongoDB written in Elixir
A database driver for MongoDB written in pure Elixir.
databases/pglogical-1.2.0 (Score: 0.09045241)
Logical replication system as a PostgreSQL extension
pglogical is a logical replication system implemented entirely as a PostgreSQL extension. Fully integrated, it requires no triggers or external programs. This alternative to physical replication is a highly efficient method of replicating data using a publish/subscribe model for selective replication.
databases/mysqlnd_ms-1.5.2 (Score: 0.09045241)
Replication and load balancing plugin for mysqlnd
The replication and load balancing plugin is a plugin for the mysqlnd library. It can be used with PHP MySQL extensions (ext/mysql, ext/mysqli, PDO_MySQL) if they are compiled to use mysqlnd. The plugin inspects queries to do read-write splitting. Read-only queries are send to configured MySQL replication slave servers all other queries are redirected to the MySQL replication master server. Very little, if any, application changes required, dependent on the usage scenario required.
databases/couchbeam-1.3.1 (Score: 0.09045241)
Apache CouchDB client in Erlang
Simple Barrel and Apache CouchDB client library for Erlang applications.
databases/epgsql-3.2.0 (Score: 0.09045241)
Erlang PostgreSQL Database Client
A PostgreSQL client library written in Erlang.
databases/mysqlnd_qc-1.2.0 (Score: 0.09045241)
Query cache plugin for mysqlnd
The mysqlnd query result cache plugin is a mysqlnd plugin.