Skip to content

typesafehub/dynamic-data-source

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dynamic-data-source

Build Status

This is a small library that provides an abstract class that may be subclassed for the purposes of dynamically resolving a database endpoint.

Dynamically resolving a database endpoint is important for Reactive systems as no resilient program should assume that a database is available to it at any time. Databases can come and go, networks fail etc.

The library may be used by any JVM based language that is using JDBC.

To use from your sbt build:

libraryDependencies += "com.typesafe.dynamicdatasource" %% "dynamic-data-source" % "0.1.0"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%