In this guide, you’ll create a new Qwik application and walk through adding Xata database. You’ll build the following basic blog application features:
List all blog posts
Retrieve and view a single blog post
Before you begin
Install the Xata CLI:
npm instal...