Difference between revisions of "Design Specs: Database Connectivity"

From WormBaseWiki
Jump to navigationJump to search
(New page: Part of the WormBase::API. Needs to be able to connect to multiple databases (multiple instances of the same database in some cases). Should be fault tolerant if a server or database cras...)
 
Line 1: Line 1:
 +
==Objectives==
 +
 
Part of the WormBase::API.  Needs to be able to connect to multiple
 
Part of the WormBase::API.  Needs to be able to connect to multiple
 
databases (multiple instances of the same database in some cases).
 
databases (multiple instances of the same database in some cases).
 
Should be fault tolerant if a server or database crashes.
 
Should be fault tolerant if a server or database crashes.

Revision as of 10:50, 3 February 2010

Objectives

Part of the WormBase::API. Needs to be able to connect to multiple databases (multiple instances of the same database in some cases). Should be fault tolerant if a server or database crashes.