https://github.com/seratch/reactive-streams-jdbc
WIP: A sample to show how to work with RDBMS in the Reactive Streams way
https://github.com/seratch/reactive-streams-jdbc
Last synced: 9 months ago
JSON representation
WIP: A sample to show how to work with RDBMS in the Reactive Streams way
- Host: GitHub
- URL: https://github.com/seratch/reactive-streams-jdbc
- Owner: seratch
- License: mit
- Created: 2015-03-06T13:52:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-07T07:33:14.000Z (over 11 years ago)
- Last Synced: 2025-01-20T22:13:34.901Z (over 1 year ago)
- Language: Scala
- Homepage: http://www.reactive-streams.org/
- Size: 129 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## WIP: Reactive Streams with JDBC
This is a simple example to show how to work with RDBMS in the [Reactive Streams](http://www.reactive-streams.org/) way.
- http://www.reactive-streams.org/
- https://github.com/reactive-streams/reactive-streams-jvm
- http://scalikejdbc.org/
Current status is still working in progress.
This implementation isn't verified by [Reactive Streams TCK](https://github.com/reactive-streams/reactive-streams-jvm/tree/v1.0.0.RC3/tck) yet.
### Examples
[src/test/scala/samples/SimpleQuerySpec.scala](https://github.com/seratch/reactive-streams-jdbc/blob/master/src/test/scala/samples/SimpleQuerySpec.scala)
### How to run examples
```bash
git clone https://github.com/seratch/reactive-streams-jdbc.git
cd reactive-streams-jdbc
sbt "testOnly samples.SimpleQuerySpec"
```
### License
The MIT License