We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c323c commit 66e62a5Copy full SHA for 66e62a5
README.md
@@ -125,4 +125,10 @@ ds.select("SELECT * FROM USER)
125
.toObservable { it.getInt("ID") to it.getString("USERNAME") }
126
.subscribe(::println)
127
128
-```
+```
129
+
130
131
+## Future Developments
132
133
+* [ ] Batch write support
134
+* [ ] Observable/Flowable parameter inputs
build.gradle
@@ -46,7 +46,7 @@ signing {
46
47
group = "org.nield"
48
archivesBaseName = "rxkotlin-jdbc"
49
-version = "0.0.1"
+version = "0.1.0"
50
51
uploadArchives {
52
repositories {
0 commit comments