コンパイラかく語りき

import { Fun } from 'programming'

RethinkDBでDB名の変更

無かったのでメモ。 以下のReQLクエリでDB名が変更できる。

r.db("old_name").config().update({name: "new_name"})

configについて。 https://www.rethinkdb.com/api/javascript/config/

参考: https://github.com/rethinkdb/rethinkdb/issues/151#issuecomment-105668899