Course lesson

Read Data from Cloudflare Workers KV with BINDING.get

To access that data that we stored in our database, we use the .get() function. .get() is also an async function and we will need to await it.

Duration
1 min
Access
Included
Transcript
Retained from source evidence

To access that data that we stored in our database, we use the .get() function. .get() is also an async function and we will need to await it.