All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bridgedb.rdb.package.html Maven / Gradle / Ivy

The newest version!


Driver and helper classes for using relational databases as identifier mapping services.

For example, to use a downloadable derby database (pgdb file) as a mapping resource, you can use the following piece of code:

	class.forName("org.bridgedb.file.IDMapperRdb");
	mapper = BridgeDb.connect ("idmapper-pgdb:path/to/file.pgdb");




© 2015 - 2025 Weber Informatics LLC | Privacy Policy