PostgreSQL Demo

用户列表

下面的数据来自 Docker PostgreSQL 数据库,使用 Next.js Server Component 在服务器端执行 SQL 查询并渲染页面。

ID
Name
Email
  • 5
    Sherry Wang
    sherry@example.com
  • 4
    Charlie Lee
    charlie@example.com
  • 3
    Bob Chen
    bob@example.com
  • 2
    Alice Zhang
    alice@example.com
  • 1
    bill
    bill@gmail.com
SQL: SELECT id, name, email FROM users ORDER BY id DESC LIMIT 20