billysometimes / rethinkdb

dart driver for rethinkDB
MIT License
37 stars 19 forks source link

Remove authKey from connection and add user and password #43

Closed billysometimes closed 8 years ago

billysometimes commented 8 years ago

starting in 2.3, authKey is deprecated, connection should now accept a user and password

r.connect(user: 'admin', password: 'password123', port: 28015);