Fix table addressing
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# RethinkDb.Driver.FSharp
|
||||
Idiomatic F# extensions for the C# RethinkDB driver
|
||||
|
||||

|
||||
[](https://www.nuget.org/packages/RethinkDb.Driver.FSharp/)
|
||||
|
||||
## Using
|
||||
|
||||
@@ -28,7 +28,7 @@ let fetchPost (postId : string) =
|
||||
/// string -> (IConnection -> Task<Post>)
|
||||
let fetchPost (postId : string) =
|
||||
rethink<Post> {
|
||||
withTableInDb "Post" "Blog"
|
||||
withTable "Blog.Post"
|
||||
get postId
|
||||
result
|
||||
withRetryDefault
|
||||
|
||||
Reference in New Issue
Block a user