Skip to content

chris-martin/tns-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tns-config

Scala library for reading tnsnames.ora.

Scaladoc API documentation

Simplest example use

// Get the host, port, and SID of an address associated with our tns alias
val address: Option[TnsAddress] = TnsConfig("our_tns_alias").address

Download

tns-config is available from Maven Central.

<dependency>
  <groupId>org.codeswarm</groupId>
  <artifactId>tns-config_2.10</artifactId>
  <version>1.0</version>
</dependency>

About

Scala library for reading tnsnames.ora

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages