4 ms·
This certainly seems interesting enough to look into! One note, there's a typo in the code in the tutorial on top r.table('users).insert({'name': 'Slava', 'ag
by dested 14y ago
This certainly seems interesting enough to look into!
One note, there's a typo in the code in the tutorial on top
r.table('users).insert({'name': 'Slava', 'age': 29 }).run()
users needs a closing quote.
- coffeemug 14y agoThanks -- fixed.