Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第8,8618,870项(搜索用时0.017秒)
databases/db6-6.2.23 (Score: 1.869263E-4)
Oracle Berkeley DB, revision 6.2
Oracle Berkeley DB is a family of open source embeddable databases that allows developers to incorporate within their applications a fast, scalable, transactional database engine with industrial grade reliability and availability. As a result, customers and end-users will experience an application that simply works, reliably manages data, can scale under extreme load, but requires no ongoing database administration. As a developer, you can focus on your application and be confident that Oracle Berkeley DB will manage your persistence needs. Note that Berkeley DB 6 changed license to the Affero GNU General Public License v3 (AGPL v3).
databases/hashtypes-0.1.1 (Score: 1.869263E-4)
Hash data types for PostgreSQL
SHA1, SHA256, SHA512, MD5 & CRC32 data types for PostgreSQL A fork of the shatypes extension which adds additional data types along with some fixes.
databases/persistent-sqlite-2.2 (Score: 1.869263E-4)
Backend for the persistent library using sqlite3
This package includes a thin sqlite3 wrapper based on the direct-sqlite package, as well as the entire C library, so there are no system dependencies.
databases/persistent-template-2.1.3.4 (Score: 1.869263E-4)
Type-safe, non-relational, multi-backend persistence
This library provides just the general interface and helper functions. You must use a specific backend in order to make this useful.
databases/iplike-2.0.6 (Score: 1.869263E-4)
C implementation of the OpenNMS iplike stored procedure
A C implementation of the stored procedure written in plpgsql that's bundled with OpenNMS, this is the preferred version for use as is offers better performance
databases/mysql-connector-java-5.1.39 (Score: 1.869263E-4)
MySQL Connector/J: JDBC interface for MySQL
MySQL Connector/J is a native Java driver that converts JDBC (Java Database Connectivity) calls into the network protocol used by the MySQL database. It lets developers working with the Java programming language easily build programs and applets that interact with MySQL and connect all corporate data, even in a heterogeneous environment. MySQL Connector/J is a Type IV JDBC driver and has a complete JDBC feature set that supports the capabilities of MySQL. This port is derived from the original databases/mysql-jdbc-mm port of the mm.mysql JDBC connector by dglo@ssec.wisc.edu.
databases/dbm-1.0 (Score: 1.869263E-4)
OCaml binding to the NDBM and GDBM database library
This OCaml library is a binding to the NDBM/GDBM Unix "databases". It provides persistent storage of key-value pairs of strings.
databases/CDB_File-Generator-0.030 (Score: 1.869263E-4)
Generate massive sorted CDB files simply
CDB::Generator is a designed for generating very large sorted CDB files. This makes it easy to generate files in which cdbmultiget can return more than one key.
databases/Class-DBI-DATA-Schema-1.00 (Score: 1.869263E-4)
Execute Class::DBI SQL from DATA sections
This is an extension to Class::DBI which injects a method into your class to find and execute all SQL statements in the DATA section of the package.
databases/Class-DBI-3.0.17 (Score: 1.869263E-4)
Simple Database Abstraction
Class::DBI provides a convenient abstraction layer to a database. It not only provides a simple database to object mapping layer, but can be used to implement several higher order database functions (triggers, referential integrity, cascading delete etc.), at the application level, rather than at the database. This is particularly useful when using a database which doesn't support these (such as MySQL), or when you would like your code to be portable across multiple databases which might implement these things in different ways.