Database
Monitor Turso with MrCron
MrCron tracks Turso libSQL database counts, storage, and row I/O every 5 minutes so you can see how your edge SQLite fleet is trending in one place.
How MrCron monitors Turso
- Database count on your Turso organization.
- Rows read and rows written for the last 24 hours.
- Total storage bytes across all databases.
- Auth-failure detection with an amber Rotate key CTA when the API token stops working.
- Alert rules that fire on row-read or row-written thresholds via any notification channel.
What you will see
Database count, rows read/written (24h), total storage bytes.
Auth flow: API Key. Credentials are stored encrypted at rest with AES-256-GCM and never returned to your browser.
Start monitoring Turso
Sign in, create a project, and connect Turso in under a minute. First check ships in the free tier.
Frequently asked questions
- What Turso credentials does MrCron need?
- A Turso API token from the turso auth CLI or dashboard. MrCron stores it encrypted at rest and never returns the token to your browser.
- Does MrCron read database rows?
- No. MrCron only reads Turso management API metadata (database count, storage, I/O totals). Your table data is never touched.
- How are row-read counts calculated?
- MrCron mirrors Turso's usage endpoint totals for the trailing 24 hours. These are the same numbers you see on the Turso billing dashboard.
- Can I attach one Turso org to many MrCron projects?
- Yes. Each project can carry its own Turso integration. Add the same API token in each project if you want the same org rolled up under multiple project cards.