Ports Search

Results 2,4612,470 of 5,886 for /net-im/.(0.004 seconds)
databases/mysql++-1.7.40 (Score: 0.0070083328)
Complex C++ API for MySQL56
MySQL++ is a C++ wrapper for MySQL's C API. It is built around STL principles, to make dealing with the database as easy as dealing with an STL container.
databases/DBIWrapper-0.24 (Score: 0.0070083328)
Perl extension for generic DBI database access
DBIWrapper is a generic database Perl module for accessing the Perl DBI database interface. It provides the lowest level of functionality needed by any program wanting to access databases via the DBI. Currently, DBIWrapper is only aware of Pg (PostgreSQL), mysql (MySQL) and ODBC DBD modules and how to work with them correctly. Support for transactions on MySQL is now checked for and if found to be available, the AutoCommit flag is turned off so that transactions will be used.
databases/pgdbf-0.6.2 (Score: 0.0070083328)
Convert XBase / FoxPro tables to PostgreSQL
PgDBF is a program for converting XBase databases - particularly FoxPro tables with memo files - into a format that PostgreSQL can directly import. It's a compact C project with no dependencies other than standard Unix libraries. While the project is relatively tiny and simple, it's also heavily optimized via profiling - routine benchmark were many times faster than with other Open Source programs. In fact, even on slower systems, conversions are typically limited by hard drive speed.
databases/pgpool-II-3.1.6 (Score: 0.0070083328)
Connection pool server for PostgreSQL
pgpool-II allows multiple PostgreSQL servers (DB nodes) to be connected, which enables queries to be executed simultaneously on all servers. It enables "parallel query" processing. Also, pgpool-II can be started as pgpool-I by changing configuration parameters. pgpool-II that is executed in pgpool-I mode enables multiple DB nodes to be connected, which was not possible in pgpool-I.
databases/pgpool-3.4.3 (Score: 0.0070083328)
Connection pool server for PostgreSQL
pgpool is a connection pool server for PostgreSQL. pgpool runs between PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can connect to pgpool as if it were a standard PostgreSQL server. pgpool caches the connection to PostgreSQL server to reduce the overhead to establish the connection to it.
databases/pgpoolAdmin-3.3.1 (Score: 0.0070083328)
Web-based administration tool for pgpool-II
Web-based administration tool for pgpool-II.
databases/phpminiadmin-1.9.150917 (Score: 0.0070083328)
Lightweight alternative to phpMyAdmin
Lightweight alternative to heavy phpMyAdmin for easy access MySQL databases.
databases/phpMyAdmin-4.6.4 (Score: 0.0070083328)
Set of PHP-scripts to manage MySQL over the web
Currently phpMyAdmin can: * browse and drop databases, tables, views, columns and indexes * display multiple results sets through stored procedures or queries * create, copy, drop, rename and alter databases, tables, columns and indexes * maintain server, databases and tables, with proposals on server configuration * execute, edit and bookmark any SQL-statement, even batch-queries * load text files into tables * create and read dumps of tables * export data to various formats: CSV, XML, PDF, ISO/IEC 26300 - OpenDocument Text and Spreadsheet, Microsoft Word 2000, and LATEX formats * import data and MySQL structures from OpenDocument spreadsheets, as well as XML, CSV, and SQL files * administer multiple servers * manage MySQL users and privileges * check referential integrity in MyISAM tables * using Query-by-example (QBE), create complex queries automatically connecting required tables * create PDF graphics of your database layout * search globally in a database or a subset of it * transform stored data into any format using a set of predefined functions, like displaying BLOB-data as image or download-link * track changes on databases, tables and views * support InnoDB tables and foreign keys * support mysqli, the improved MySQL extension * create, edit, call, export and drop stored procedures and functions * create, edit, export and drop events and triggers * communicate in 62 different languages
databases/postgis-jdbc-2.1.7 (Score: 0.0070083328)
PostGIS spatial data structures for JDBC
PostGIS-JDBC provides the spatial data structures needed to use PostgreSQL-JDBC with spatial tables.
databases/sqlcipher-3.2.0 (Score: 0.0070083328)
Encrypted SQLite database
Allows the creation of encrypted SQLite databases