Module review
Q:
What do you think about the module Getting Started with Deno?
Mikołaj Mydel
What do you think about the module Getting Started with Deno?
What do you think about the module Database migrations?
PostgresError: password authentication failed for user "root"
migrate
command it says "completed in 0.02 seconds" but besides this it does not appear to have any affect to any existing or new files. Why cannot we just continue using the postgres.ts
file method used in the previous section? How is a migration different from the Client
or Pool
methods?What do you think about the module Database migrations?
This line doesn't work:
await this.client.queryArray(
`INSERT INTO entry (text, likes) VALUES ($1, $2)`,
text,
likes,
);
Error: Argument of type 'string' is not assignable to parameter of type 'TemplateStringsArray'.deno-ts(2345)
What do you think about the module Getting Started with Deno?
What do you think about the module Introduction?
There's no video?
What do you think about the module Introduction?
What do you think about the module Getting Started with Deno?
How would the url already have a hash before we make it?