Discord + PostgreSQL

Ask your database.
Get answers in Discord.

Your team lives in Discord. Now your data does too.
Query PostgreSQL with slash commands or plain English, right where the conversation is happening.

Free plan, no credit card, 2 minutes to set up

Discord
analytics
A
AlexToday at 2:34 PM

/queryWhat's our DAU this week vs last week?

pg
warpcoreBotToday at 2:34 PM
๐Ÿ“Š Daily Active Users โ€” Week over Week
Period           DAU     Change 
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
This week (avg)  12,847  โ–ฒ 23.0%
Last week (avg)  10,445  โ€”      
psqlยท2 rows
Query completed in 0.24s ยท Source: analytics.daily_active_users
S
SaraToday at 2:35 PM

Nice spike ๐ŸŽ‰ โ€” is that from the Steam sale?

A
AlexToday at 2:35 PM

/query D7 retention for players who joined during the Steam sale

pg
warpcoreBotToday at 2:35 PM
๐Ÿ” Day-7 Retention โ€” Steam Sale Cohort
Cohort                  New Users  D7 Retention
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
Steam Sale (Mar 20โ€“24)  4,218      38.2%       
Baseline (Mar 1โ€“19)     6,102      31.5%       
psqlยท2 rows
Query completed in 0.41s ยท Source: analytics.retention_cohorts

Built for teams that run on

PostgreSQLSupabaseNeonAWS RDSRailwayRenderDigitalOcean
The Problem

You know how this goes

Someone in the Discord asks: โ€œWhat's our MRR this month?โ€

Now you're the one who has to go find out. Open a terminal. SSH in. Write a query. Copy the number. Paste it back in chat.

Five minutes later, the conversation has moved on. And tomorrow someone will ask again.

Or nobody asks, because they know it's a hassle and they don't want to bother you.

warpcore gives them the answer in 3 seconds so you can do your actual job.

How it works

Type /query. Get an answer.

๐Ÿ’ฌ

Ask in English or SQL

Non-technical teammates ask in plain English. Engineers write raw SQL. Both get formatted results in the channel.

โฐ

Automate the reports nobody wants to run

Schedule queries to post on their own. Daily signups to #growth, weekly MRR to #metrics. No human in the loop.

๐Ÿ›ก๏ธ

Read-only. Can only SELECT.

warpcore can't write, update, or delete anything. Credentials encrypted with AES-256. Your data stays in your database.

๐Ÿ“ค

Export when you need to

Pull results as CSV or JSON. Drop them into a spreadsheet, share with someone outside Discord, whatever you need.

Setup

Running in 2 minutes

Add the bot, paste a connection string, start querying.

1

Add warpcore to your server

One click. Select your server, grant permissions. Done.

2

Connect your PostgreSQL database

Enter your connection string in the dashboard. We connect read-only over SSL.

3

Start querying

Use /query with SQL or plain English. Results appear as formatted Discord embeds.

In Action

See it in context

These are the kinds of conversations that happen every day. The difference is the answer shows up in 3 seconds.

Discord
metrics
J
JordanToday at 9:02 AM

/query What's current MRR and how does it compare to last month?

pg
warpcoreBotToday at 9:02 AM
๐Ÿ’ฐ Monthly Recurring Revenue
Month          MRR      Change 
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
March 2026     $48,200  โ–ฒ 12.4%
February 2026  $42,880  โ–ฒ 8.1% 
psqlยท2 rows
Query completed in 0.18s ยท Source: billing.subscriptions
J
JordanToday at 9:03 AM

/query Top 5 customers by revenue this month

pg
warpcoreBotToday at 9:03 AM
๐Ÿ† Top 5 Customers by MRR โ€” March 2026
#  Customer       MRR     Plan
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
1  Acme Corp      $2,400  Team
2  Pixel Studios  $1,800  Team
3  NovaPay        $1,200  Pro 
4  CloudBridge    $960    Pro 
5  Ember Labs     $720    Pro 
psqlยท5 rows
Query completed in 0.31s ยท Source: billing.subscriptions
Discord
incidents
M
MorganToday at 3:47 AM

/query SELECT service, error_count, error_rate FROM service_health WHERE error_rate > 0.01

pg
warpcoreBotToday at 3:47 AM
๐Ÿšจ Services with >1% Error Rate
Service       Errors (1h)  Error Rate
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
payment-api   847          4.2%      
auth-service  203          1.8%      
psqlยท2 rows
Query completed in 0.12s ยท Source: monitoring.service_health
Why this exists

You already know the problem

Your team won't open a dashboard

You set up Metabase. You built the dashboards. Nobody logs in. But everyone reads Discord. A metric posted to #general gets seen. A dashboard link in a bookmark folder doesn't.

You're tired of being the data help desk

"Hey can you pull the signups from last week?" "What's our churn this month?" Simple questions that interrupt your actual work. Let people ask warpcore instead of pinging you.

A quick number now beats a report next week

Most data questions don't need a formal analysis. They need a ballpark answer in 10 seconds so the conversation can keep moving. warpcore gives you that.

Scheduled reports keep everyone honest

Nobody likes sharing bad numbers. That's exactly why you should automate it. A daily MRR post to #metrics can't be cherry-picked or delayed.

Pricing

Free to start. $12/mo when you need more.

25 queries/day on the free plan. Most small teams never need to upgrade.

Free
For individuals and small servers
$0
Free forever
  • 25 queries per day
  • 1 database connection
  • SQL slash commands
  • Formatted table results
Get Started
Most Popular
Pro
For teams that query daily
$12/mo per server
Billed monthly ยท Cancel anytime
  • Unlimited queries
  • 3 database connections
  • Natural language queries
  • Scheduled reports
  • CSV export
  • Query history
Start Free Trial
Team
For teams that need control
$29/mo per server
Billed monthly ยท Cancel anytime
  • Everything in Pro
  • Unlimited databases
  • Role-based access control
  • Audit logs
  • Saved query templates
  • Priority support
Start Free Trial

Frequently asked questions

Yes. warpcore connects in read-only mode, so it can never modify data. Credentials are encrypted with AES-256. All connections use SSL/TLS. We never store your query results. More on security โ†’

Anything PostgreSQL-compatible: vanilla PostgreSQL, Supabase, Neon, AWS RDS, Aurora, Google Cloud SQL, Azure, Railway, Render, DigitalOcean, CockroachDB, and TimescaleDB.

It depends on your schema. Simple questions on well-named tables work great. Tricky joins or ambiguous column names can trip it up. That's why warpcore always shows the generated SQL before running it. You can check it, edit it, or just write your own SQL instead. The AI is a shortcut, not a black box.

You decide. On Free and Pro, anyone with channel access can query. On Team, you can lock it down to specific Discord roles. You also pick which channels warpcore listens in.

psql is a single-player tool for people who know SQL. warpcore puts your data in front of the whole team. Non-technical teammates ask in plain English. Results show up mid-conversation. Scheduled reports post on their own. Nobody needs SSH access.

Yes. No contracts, no fees. Cancel from the dashboard, keep access through the end of your billing period. You drop back to the Free plan automatically.

Stop being the data help desk.

Let your team ask the database directly. You have better things to do.

Free plan, no credit card, takes about 2 minutes.