neumino / thinky

JavaScript ORM for RethinkDB
http://justonepixel.com/thinky/
Other
1.12k stars 128 forks source link

Set table replicas and shards #579

Closed nodesocket closed 7 years ago

nodesocket commented 7 years ago

Is the syntax:

createModel('users', {}, {
    table: {
        replicas: 3,
        shards: 3
    }
});
neumino commented 7 years ago

Yes, same thing as what would be passed to tableCreate https://rethinkdb.com/api/javascript/table_create/