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 6218beb commit 23e7e89Copy full SHA for 23e7e89
README.md
@@ -98,13 +98,14 @@ print(client.get_database())
98
99
```json
100
{
101
- "tables": [
102
- "users"
103
- ],
104
- "updated-at": "2017-05-19T14:27:47.417415",
105
- "created-at": "2017-05-12T02:23:34.231418",
106
- "name": "Database 1",
107
- "description": "My first database"
+ "name": "Database 1",
+ "description": "My first database",
+ "tables": [
+ "default",
+ "users"
+ ],
+ "updated-at": "2017-05-19T14:27:47.417415",
108
+ "created-at": "2017-05-12T02:23:34.231418"
109
}
110
```
111
0 commit comments