Add rethinkdb.

This commit is contained in:
Simo Kinnunen
2014-01-27 19:47:37 +09:00
parent bbab0e6014
commit 23d068490e
5 changed files with 91 additions and 0 deletions

5
lib/db/tables.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
users: {
primaryKey: 'id'
}
}