Projects tagged ‘database’ and ‘postgres’


Jump to tag:

Projects tagged ‘database’ and ‘postgres’

Filtered by Project Tags database postgres

Refine results Project Tags postgresql (14) sql (10) mysql (8) java (6) python (6) django (5) driver (4) oracle (4) framework (3) tools (3) linux (3) library (3)

[28 total ]

67 Users
   

phpPgAdmin is a fully functional PHP-based administration package for PostgreSQL. It has all the basic functionality you need to completely administer a PosgreSQL server and/or database, including the ... [More] ability to administer views, sequences, stored procedures, and triggers. Features include the ability to create and drop databases; create, copy, drop, and alter tables/views/sequences/functions/triggers; edit and add fields (to the extent Postgres allows); execute any SQL-statement, even batch-queries; manage keys on fields; create and read dumps of database and tables; and administer one single database, multiple servers, and Postgres users/groups/roles. [Less]
Created over 3 years ago.

7 Users

South is a database migration framework for Django applications.
Created 10 months ago.

3 Users

BlackRay is a relational database system designed to offer performance features commonly associated with search engines. It offers SQL support and sophisticated operational and management features. ... [More] Load-balancing and operational stability by means of N+1 redundance are included. BlackRay is called a "Data Engine" since it combines traditional, relational database features and SQL with the power and flexibility of search engines. It is a true hybrid, offering transaction support, data-versioned snapshots, and sophisticated function-based indices. Wildcards, phonetic, and fuzzy logic searches are supported, as well. Commercial support is available, and the project is released under a the GPLv2 license. [Less]
Created 6 months ago.

3 Users
 

Project is an Operation Support System (OSS) for the Telco, Serice provider and Enterprize Network Operation Centers (NOC). Areas covered by NOC: Fault Management Service Activation/Provisioning ... [More] Multi-VRF Address space management Configuration Management DNS provisioning Peering management, RPSL and BGP filters generator, integrated looking glass Reporting NOC Project is Open Source Software distributed under the term of BSD-like LICENSE. [Less]
Created 11 months ago.

2 Users
 

A Postgres database driver for the NaviServer nsdbi interface.
Created 11 months ago.

1 Users
   

Django External Schema Evolution Branch Django, via the command ./manage syncdb, can automatically build a database schema based on your applications models.py file. However, after you've done this ... [More] once, it leaves you with two unpleasant follow-up options if you ever make any changes to your model structure: 1. destroy your existing schema (along with all your data) and let ./manage syncdb rebuild it for you 2. manage your own schema upgrades by writing your own SQL Project deseb aims to fill this void by providing s third option: 3. generate schema upgrades via the command: ./manage evolvedb [Less]
Created about 1 year ago.

1 Users

Fost 4 is a C++ web application framework. This is a reworking of previous Fost systems which date back to 1997 and is the first one that is cross platform. We are currently porting from Windows to Linux and Mac OS/X.
Created about 1 year ago.

1 Users
 

nPostgres adds to the haXe SPOD layer to provide database bindings for the PostgreSQL database on the Neko platform.
Created about 1 year ago.

0 Users

Acts_as_tsearch is a plugin for Ruby on Rails which makes it simple to implement scalable, full text search for Rails if you're using PostgreSQL as your database. It wraps the built-in full text ... [More] search engine of PostgreSQL with a familiar 'acts_as' implementation. The primary author Ben Wiseley of ActiveRain explains their motivation: While scalability problems with acts_as_ferret (likely through our own ignorance) led us to develop this we'd love to thank acts_as_ferret for providing an excellent model on how to do as acts_as_search plugin for Rails and getting us very quickly through our first few months. Their search solution is definitely worth looking at and is much more robust. Where to start?Prepare your PostgreSQL database Follow the quick start Read up advanced acts_as_tsearch declarations multi-vector-searching Migrations how to migrate your search indexes Testing explains how to get unit tests working Stuck? Ask questions on acts_as_tsearch Sampleclass BlogEntry < ActiveRecord::Base acts_as_tsearch :fields => ['title','description'] end BlogEntry.find_by_tsearch('who what where') [Less]
Created about 1 year ago.

0 Users

Connect to various database running on different OS using a single driver.
Created about 1 year ago.