Main > Free Download Search >

Free database client software for linux

database client

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5177
GData Java Client 1.13.0

GData Java Client 1.13.0


GData Java Client provides a library and source code that make it easy to access data through Google Data APIs. more>>
GData Java Client provides a library and source code that make it easy to access data through Google Data APIs.

The Google data APIs ("GData" for short) provide a simple standard protocol for reading and writing data on the web. GData combines common XML-based syndication formats (Atom and RSS) with a feed-publishing system based on the Atom publishing protocol, plus some extensions for handling queries.

Google also provides a set of client libraries for interacting with GData-enabled services, in a variety of programming languages. Using these libraries, you can construct GData requests, send them to a service, and receive responses.

<<less
Download (9.6MB)
Added: 2007-08-08 License: The Apache License 2.0 Price:
809 downloads
Database Functions 1.0

Database Functions 1.0


Database Functions is a PHP class that can be used to build and execute MySQL database queries. more>>
Database Functions is a PHP class that can be used to build and execute MySQL database queries.

It can build SELECT, INSERT, UPDATE and DELETE queries from lists of parameters and values.

The class can also execute the generated queries and retrieve the SELECT query results into associative arrays.

<<less
Download (MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
830 downloads
Java Jabber Client 0.0.19

Java Jabber Client 0.0.19


Java Jabber Client is a Jabber client written in Java. more>>
Jabber is an instant messagings system (and a few other things but Ill forget about these for the moment), but it uses XML so its easy to create clients for it, and to link it in with other systems.

As well as that anyone can run a Jabber server, so youre school, university or office could have their own messaging system.
<<less
Download (0.13MB)
Added: 2005-09-08 License: GPL (GNU General Public License) Price:
1513 downloads
Oracle client 1.00

Oracle client 1.00


Oracle client is a simplistic Perl-based Oracle client. more>>
Oracle client is a simplistic Perl-based Oracle client that tries to mimic some of the functionality of PostgreSQL and MySQLs text-based SQL clients.

It is relatively simplistic, but much more useful than dbishell or sqlplus.

The project supports readline, history, desc, and various shorthand commands like d, , c, etc.

<<less
Download (0.013MB)
Added: 2007-04-12 License: Perl Artistic License Price:
938 downloads
Zild Database Library 2.0.1

Zild Database Library 2.0.1


Zild Database Library implements a small and easy to use database API with an easy to use API. more>>
Zild Database Library implements a small and easy to use database API with an easy to use API.
Main features:
- ability to connect to multiple database systems
- zero runtime configuration
- ability to connect using a URL scheme
- thread-safe connection pooling.
<<less
Download (0.47MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
867 downloads
XML::DB::Database::Exist

XML::DB::Database::Exist


XML::DB::Database::Exist is a Perl module with XML:DB driver for the eXist database. more>>
XML::DB::Database::Exist is a Perl module with XML:DB driver for the eXist database.

SYNOPSIS

use XML::DB::Database::Exist;

This is the eXist XML-RPC driver. It is intended to be used through the XML:DB API, so that it is never called directly from user code. It implements the internal API defined in XML::DB::Database

The methods required to implement the Database interface are documented in Database.pm; only methods unique to eXist, and not required by the XML:DB API are documented here.

<<less
Download (0.035MB)
Added: 2006-09-19 License: Perl Artistic License Price:
1141 downloads
Reality Cyanide client 1.1.2

Reality Cyanide client 1.1.2


Reality Cyanide project is a client for Cyanide, a graphical virtual reality multiplayer role-playing game. more>>
Reality Cyanide project is a client for Cyanide, a graphical virtual reality multiplayer role-playing game.

Cyanide is intended to be the most dynamic multi-player online role-playing game ever made.

This client uses an isometric perspective to present scenes. It is programmed with Python, pygame (SDL), and OpenGL.

Full 3D movement is possible, and the servers code can be exchanged online.

<<less
Download (0.63MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
1023 downloads
FUSE::Client 1.08

FUSE::Client 1.08


FUSE::Client is a Perl-FUSE client. more>>
FUSE::Client is a Perl-FUSE client.

SYNOPSIS

use FUSE::Client;
$c = FUSE::Client->new({
Port=>35008,
Quiet=>1,
});

$c->connect();
$c->send("COMMAND","parameter");
$c->disconnect();

The FUSE::Client module will create a TCP FUSE client to test sending messages to a FUSE server.

The external interface to FUSE::Client is:

$c = FUSE::Client->new( [%options] );

The object constructor takes the following arguments in the options hash:

Quiet = 0|1

Whether to be quiet. Default is to report all events to STDOUT (not Quiet).

Port = n

The port for the client to connect to. Default is 1024.

$c->connect();

This method connects the client to the server.

$c->disconnect();

This method disconnects the client from the server.

$c->send( $command, $parameter );

Send a FUSE formatted command message to the server, with the specified parameter.

<<less
Download (0.002MB)
Added: 2007-04-04 License: Perl Artistic License Price:
936 downloads
Piorun Jabber Client 0.1.0

Piorun Jabber Client 0.1.0


Piorun Jabber Client is a Jabber client for Gnome with user interface simmilar to IRC clients. more>>
Piorun Jabber Client is a Jabber client for Gnome with user interface simmilar to IRC clients.

Currenly implemented features include: standard chat, multi-user chat, roster and subscriptions management, VCards, privacy lists, secure connections (TLS and SALSL).
Piorun is written using Mono/Gtk#

<<less
Download (0.22MB)
Added: 2005-09-02 License: GPL (GNU General Public License) Price:
1514 downloads
Net::DAAP::Client 0.42

Net::DAAP::Client 0.42


Net::DAAP::Client is a client for Apple iTunes DAAP service. more>>
Net::DAAP::Client is a client for Apple iTunes DAAP service.

SYNOPSIS

my $daap; # see WARNING below
$daap = Net::DAAP::Client->new(SERVER_HOST => $hostname,
SERVER_PORT => $portnum,
PASSWORD => $password);
$dsn = $daap->connect;

$dbs_hash = $daap->databases;
$current_db = $daap->db;
$daap_db($new_db_id);

$songs_hash = $daap->songs;
$playlists_hash = $daap->playlists;
$array_of_songs_in_playlist = $daap->playlist($playlist_id);

$url = $daap->url($song_or_playlist_id);

$binary_audio_data = $obj->get($song_id);
$binary_audio_data = $obj->get(@song_ids);
$song_id = $obj->save($dir, $song_id);
@song_ids = $obj->get($dir, @song_ids);

$daap->disconnect;

if ($daap->error) {
warn $daap->error; # returns error string
}

Net::DAAP::Client provides objects representing connections to DAAP servers. You can fetch databases, playlists, and songs. This module was written based on a reverse engineering of Apples iTunes 4 sharing implementation. As a result, features that iTunes 4 doesnt support (browsing, searching) arent supported here.

Each connection object has a destructor, so that you can forget to disconnect without leaving the server expecting you to call back.

WARNING

If you store your object in a global variable, Perl cant seem to disconnect gracefully from the server. Until I figure out why, always store your object in a lexical (my) variable.

<<less
Download (0.012MB)
Added: 2006-11-15 License: Perl Artistic License Price:
1083 downloads
Console Jabber Client 1.0.0

Console Jabber Client 1.0.0


Console Jabber Client is a Jabber client with text-based user interface resembling those known from popular IRC clients. more>>
Console Jabber Client is a Jabber client with text-based user interface resembling those known from popular IRC clients.

CJC is a Jabber/XMPP client for text terminals. Console Jabber Client uses pyxmpp library for XMPP comunication and curses for screen output. It is not finished yet, but still quite usable. Its user interface is resembling those of popular IRC clients like irssi or BitchX.

<<less
Download (0.10MB)
Added: 2006-05-23 License: GPL (GNU General Public License) Price:
1262 downloads
MudMagic Mud Client 1.9

MudMagic Mud Client 1.9


MudMagic Mud Client is a Gnome text game client to connect to muds. more>>
MudMagic Mud Client is a client for connecting to online text games.
Main features:
- Written in gnomes gtk
- Free for use and modifications
- OpenSource development
- MSP, MCCP, ZMP support
- HTML support
- Perl & Python script support
- Plugin-management
- Automapper with notes
- Note writing
- Session management
- Multi-line input
- Game storage details
- On demand game list
- Modular developed for expansion
- Linux and windows compatible
- Triggers available
- Alias writing and storage
- Macro and hotkey management
- SQLite user database
- Extensible UI with plugins
- Software supported by MudMagic.Com
- Will always be free
- and much more...
<<less
Download (0.62MB)
Added: 2006-09-05 License: GPL (GNU General Public License) Price:
1149 downloads
Messa 1.01 (Client)

Messa 1.01 (Client)


Messa is an instant messager client and server. The client has a curses interface and works on the console. more>>
Messa is an instant messager client and server. The client has a curses interface and works on the console. Messa supports multilingual messages and private messages.

The server supports monoprocess operation (without threads), the ability to choose the listening port, and the ability to run under the console.
<<less
Download (0.012MB)
Added: 2006-07-21 License: LGPL (GNU Lesser General Public License) Price:
1194 downloads
Perl MUD Client 2.7

Perl MUD Client 2.7


Perl MUD Client is a text-based MUD client supporting SSL, ANSI, telnet negotations, and MCP. more>>
Perl MUD Client project is a text-based MUD client supporting SSL, ANSI, telnet negotations, and MCP.

PMC is a text based mudclient written in Perl 5. It utilizes GNU readline, supports SSL, local editing support through MCP (MudClientProtocol), full telnet negotiation support and of course ANSI support if your terminal supports it.

Unlike other mudclients with input line editors/history, it also supports the telnet character mode, which enables it to use e.g. fullscreen applications within a mud (like the xeditor found on some LP Muds).

<<less
Download (0.023MB)
Added: 2006-12-18 License: Artistic License Price:
1043 downloads
Original Gamers Client 0.4.7

Original Gamers Client 0.4.7


Original Gamers Client is a cross-platform GUI MUD client. more>>
Original Gamers Client project is a cross-platform GUI MUD client.

Original Gamers Client aims to combine the convenience of a GUI-based MUD client with the power that seems reserved for TUI-based clients. OGC implements its GUI using Tk.

<<less
Download (MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1046 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5