Astro + Drizzle PostgreSQL Proof of Concept

Successfully connected to PostgreSQL!

Database Query Result:

Fetched 1 rows from the posts table.

[
  {
    "id": 1,
    "title": "Title2",
    "content": "Content2",
    "createdAt": "2026-08-15T22:42:48.825Z"
  }
]