We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae9d8b commit 8b52b93Copy full SHA for 8b52b93
1 file changed
content/en/docs/tutorial/use-database/_index.md
@@ -37,6 +37,7 @@ async function main(args) {
37
console.log('Connected to database');
38
39
try {
40
+ await client.query(createSchema);
41
await client.query(createTable);
42
console.log('Contact table created');
43
} catch (e) {
0 commit comments