Supabase Integration Test Page

Home

Step 1: Connection Test

Test the connection to your Supabase test database

Step 2: Read Data

Read all users from the test_users table

Step 3: Write Data

Create a new test user in the database

Step 4: Cleanup

Delete all test users (cleanup)

How to use this page:

  1. Test Connection: Verify your Supabase setup is working
  2. Read Data: See what's currently in your test_users table
  3. Write Data: Create a new test user to verify write operations
  4. Cleanup: Remove test data to keep your database clean

Note: This page uses your test Supabase database. Make sure your .env.local file contains the correct SUPABASE_TEST_URL and SUPABASE_TEST_SERVICE_KEY values.