Challenge: Postgres and Deno

Challenge yourself on using Postgres databases with Deno.

We'll cover the following

Problem statement

Let’s consider a car rental service that needs to store a list of available cars as well as be able to add new ones to that list.

Your task is to use Postgres to keep track of the different states of the car entities.

Playground

Implement and test your logic in the code widget below.

Get hands-on with 1200+ tech skills courses.