In rethink db when we want to have a row selected we can make use of this get.
table.get(key) will give us a single row. if there are no documents null is returned.
table.get(key) will give us a single row. if there are no documents null is returned.
No comments:
Post a Comment