Ports Search

Results 691700 of 1,144 for /databases/.(0.005 seconds)
databases/mysql-5.7.15 (Score: 0.09045241)
Multithreaded SQL database (client)
databases/pllua-1.0 (Score: 0.09045241)
PL/Lua procedural language for PostgreSQL database
PL/Lua is an implementation of Lua as a loadable procedural language for PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers written in the Lua programming language.
databases/postgresql-plruby-0.5.4 (Score: 0.09045241)
PL/Ruby procedural language for the PostgreSQL database system
PL/Ruby is a loadable procedural language for the PostgreSQL database system (7.0 or later) that enables to write functions and trigger procedures in Ruby.
databases/plv8js-1.4.8 (Score: 0.09045241)
PL/v8js procedural language for PostgreSQL database
plv8js is a procedural language add-on for PostgreSQL, which means you can define JavaScript functions that run inside a PostgreSQL server using google V8 Engine.
databases/hsqldb-2.3.4 (Score: 0.09045241)
Embeddable SQL database written in Java
HyperSQL HSQLDB is the leading SQL relational database engine written in Java. It has a JDBC driver and supports a rich subset of ANSI-92 SQL (BNF tree format) plus SQL 99 and 2003 enhancements. It offers a small (less than 100k in one version for applets), fast database engine which offers both in-memory and disk-based tables and supports embedded and server modes. Additionally, it includes tools such as a minimal web server, in-memory query and management tools (can be run as applets) and a number of demonstration examples.
databases/postgresql-9.1.23 (Score: 0.09045241)
PostgreSQL database (client)
databases/postgresql-9.1.23 (Score: 0.09045241)
The contrib utilities from the PostgreSQL distribution
This is the port for all stuff that comes in the contrib subtree of the postgresql distribution. This subtree contains porting tools, analysis utilities, and plug-in features that are not part of the core PostgreSQL system, mainly because they address a limited audience or are too experimental to be part of the main source tree. This does not preclude their usefulness. Each subdirectory contains a README file with information about the module. Some directories supply new user-defined functions, operators, or types. After you have installed the files you need to register the new entities in the database system by running the commands in the supplied .sql file. For example, $ psql -d dbname -f module.sql The .sql files are installed into /usr/local/share/postgresql/contrib For more information, please see /usr/local/share/doc/postgresql/contrib/README* This software is part of the standard PostgreSQL distribution.
databases/postgresql-9.1.23 (Score: 0.09045241)
The PostgreSQL documentation set
databases/postgresql-9.1.23 (Score: 0.09045241)
Write SQL functions for PostgreSQL using Perl5
databases/postgresql-9.1.23 (Score: 0.09045241)
Module for using Python to write SQL functions