dev-db/libzdb
A thread safe high level multi-database connection pool library
USE Flags
debug
			
			        Global: Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see http://www.gentoo.org/proj/en/qa/backtraces.xml
			    
		doc
			
			        Global: Adds extra documentation (API, Javadoc, etc)
			    
		mysql
			
			        Global: Adds mySQL Database support
			    
		postgres
			
			        Global: Adds support for the postgresql database
			    
		+sqlite
			
			        * This flag is undocumented *
			    
		ssl
			
			        Global: Adds support for Secure Socket Layer connections
			    
		static-libs
			
			        Global: Build static libraries
			    
		

View
Download
Browse