Projects tagged ‘postgres’ and ‘server’


[2 total ]

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.

0 Users

The PostgresKit set of frameworks is "yet another" way to interface your Objective-C applications (Cocoa- or Foundation- based) to the wildly popular and extraordinary PostgreSQL database. This ... [More] project compiles to two frameworks and some example applications: PostgresServerKit provides an emdedded PostgreSQL database which runs locally. You can start and stop the database programatically, edit access control and perform data backups of the database. PostgresClientKit provides an embedded client library, which is simply an interface to the normal postgres "libpq" library. Most of the in-build postgres types and mechanisms are supported, especially the "bytea" (binary large objects) type. in development - no bindings yet, some data types TBD PostgresDataKit provides sets of classes for persistent object storage and retrieval (similar to ActiveRecord or CoreData I guess). in development PostgresPrefPane is an example Preference Pane with embedded PostgreSQL server. It includes facilities for installing the server, access control and data backup. EmbeddedServer is an example console-like Cocoa application which embeds a server within an application. It works a but like psql, but in a GUI window, and has data backup integrated, for testing purposes. These binaries compile to a universal binary for both PPC and Intel. Not too sure yet whether it is both 32-bit and 64-bit compatible. Requirements are Mac OS X 10.5 and XCode 3. This project is currently in alpha development state, which means that features are still being added For more information, please read the Introduction. For a list of recent changes, see Changelog. [Less]
Created about 1 year ago.