rethinkdb / rethinkdb-rs

A native RethinkDB driver written in Rust
Apache License 2.0
210 stars 27 forks source link

Can not set options to create a table #64

Open mirateOfficial opened 2 years ago

mirateOfficial commented 2 years ago

I'm not sure if I'm missing something, db("abc").table_create only takes one argument and it's a string whereas rethinkdb should normally take the table name and options. I'm trying to set the primary key, if there's another way please let me know.