thinker icon indicating copy to clipboard operation
thinker copied to clipboard

A command line tool to ease development and administration.

Results 4 thinker issues
Sort by recently updated
recently updated
newest added

I had the need to sync a table from another one in other database but without loosing all records already inserted, so I created a new command that just does...

Handle tables that don't use the default `primary key` field name `id`, you can retrieve the primary key of the source table through `r.db(sourceDb).table(table).info()('primary_key')` and pass it into the `tableCreate`...

enhancement

For example, if we've [secured our database using TLS](https://www.rethinkdb.com/docs/security/) certificates? `thinker` would need to support the [`ssl.ca` option](https://rethinkdb.com/api/javascript/connect/) when connecting.

Thinker works great for cloning a DB from localhost to a remote host. However, I had the need to switch to a different PaaS (Compose) and their connection string starts...