rethinkdb / rethinkdb-java

Official RethinkDB Java client
https://rethinkdb.com/api/java/
Apache License 2.0
21 stars 10 forks source link

Add support to unwrapLists on db-url parsing/generation #41

Closed NotJustAnna closed 4 years ago

NotJustAnna commented 4 years ago

Basically, add it as a Java-only flag. Should be ignored by other drivers.

Example db-url: rethinkdb://admin@127.0.0.1:28015/test?java.unwrapLists=true