Ports Search

Results 3,3813,390 of 19,819 for %22HTTP Server%22.(0.008 seconds)
databases/postgresql-9.5.4 (Score: 0.0012383816)
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/Elixir-0.7.1 (Score: 0.0012383816)
Declarative Mapper for SQLAlchemy
A declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, which provides the ability to define model objects following the Active Record design pattern, and using a DSL syntax similar to that of the Ruby on Rails ActiveRecord system. Elixir does not intend to replace SQLAlchemy's core features, but instead focuses on providing a simpler syntax for defining model objects when you do not need the full expressiveness of SQLAlchemy's manual mapper definitions. Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and the TurboEntity project.
databases/carbon-0.9.15 (Score: 0.0012383816)
Backend storage application for graphite
Carbon is a backend data caching and persistence daemon for Graphite
databases/htsql-mysql-2.3.3 (Score: 0.0012383816)
Database Query Language (MySQL Backend for HTSQL)
HTSQL ("Hyper Text Structured Query Language") is a high-level query language for relational databases. The target audience for HTSQL is the accidental programmer -- one who is not a SQL expert, yet needs a usable, comprehensive query tool for data access and reporting. This port provides the MySQL backend to HTSQL
databases/htsql-pgsql-2.3.3 (Score: 0.0012383816)
Database Query Language (PostgreSQL Backend for HTSQL)
HTSQL ("Hyper Text Structured Query Language") is a high-level query language for relational databases. The target audience for HTSQL is the accidental programmer -- one who is not a SQL expert, yet needs a usable, comprehensive query tool for data access and reporting. This port provides the PostgreSQL backend to HTSQL
databases/htsql-2.3.3 (Score: 0.0012383816)
Database Query Language (Core & SQLite Backend)
HTSQL ("Hyper Text Structured Query Language") is a high-level query language for relational databases. The target audience for HTSQL is the accidental programmer -- one who is not a SQL expert, yet needs a usable, comprehensive query tool for data access and reporting.
databases/oops-0.9.1 (Score: 0.0012383816)
Object Oriented Database Library For Persistent Storage in Python
Object Oriented Database Library For Persistent Storage in Python
databases/kyotocabinet-1.22 (Score: 0.0012383816)
Python binding of kyotocabinet
Python binding of kyotocabinet.
databases/mycli-1.6.0 (Score: 0.0012383816)
CLI for MySQL Database with auto-completion and syntax highlighting
mycli is a command line interface for MySQL, MariaDB, and Percona with auto-completion and syntax highlighting.
databases/peewee-2.8.0 (Score: 0.0012383816)
Small, expressive Python ORM
Peewee is a small, expressive ORM written in Python. It supports PostgreSQL, MySQL and SQLite.