Skip to content

seratch/reactive-streams-jdbc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP: Reactive Streams with JDBC

This is a simple example to show how to work with RDBMS in the Reactive Streams way.

Current status is still working in progress.

This implementation isn't verified by Reactive Streams TCK yet.

Examples

src/test/scala/samples/SimpleQuerySpec.scala

How to run examples

git clone https://github.com/seratch/reactive-streams-jdbc.git
cd reactive-streams-jdbc
sbt "testOnly samples.SimpleQuerySpec"

License

The MIT License

About

WIP: A sample to show how to work with RDBMS in the Reactive Streams way

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages