🗄️ DB Test

Developer testing interface - Configure API URL & Key below

Connection Status

Not tested

Quick Query

Request Preview


    

Help

1. Connection Test: Click "Test Connection" to check if your backend is reachable.

2. Quick Query: Click "Execute Query" to fetch data from database. You can test multiple times.

3. Request Preview: Shows the curl command equivalent of your query.

4. Error Handling: All errors are displayed with detailed messages.

Current Configuration:

{
  "apiUrl": "https://backend.on9ai.com/api",
  "database": "webgame",
  "table": "leaderboard",
  "defaultQuery": "SELECT id, name, score, submit_time FROM leaderboard"
}