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 b2ba672 commit b3c06acCopy full SHA for b3c06ac
README.md
@@ -109,10 +109,13 @@ client.getDatabase().then((resp) => {
109
110
```json
111
{
112
- "name": "Database 1",
113
- "description": "My first database",
114
- "data-expiration": 30,
115
- "created-at": "2016-04-05T10:20:30Z"
+ "tables": [
+ "users"
+ ],
+ "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"
119
}
120
```
121
0 commit comments