We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c06ac commit 2725eb2Copy full SHA for 2725eb2
README.md
@@ -109,13 +109,14 @@ client.getDatabase().then((resp) => {
109
110
```json
111
{
112
- "tables": [
113
- "users"
114
- ],
115
- "updated-at": "2017-05-19T14:27:47.417415",
116
- "created-at": "2017-05-12T02:23:34.231418",
117
- "name": "Database 1",
118
- "description": "My first database"
+ "name": "Database 1",
+ "description": "My first database",
+ "tables": [
+ "default",
+ "users"
+ ],
+ "updated-at": "2017-05-19T14:27:47.417415",
119
+ "created-at": "2017-05-12T02:23:34.231418"
120
}
121
```
122
0 commit comments