Skip to content

feat: add built-in SQLite demo database#129

Merged
dory-finn merged 2 commits intomainfrom
feat/demo-sqlite-data
Mar 31, 2026
Merged

feat: add built-in SQLite demo database#129
dory-finn merged 2 commits intomainfrom
feat/demo-sqlite-data

Conversation

@solarhell
Copy link
Copy Markdown
Collaborator

Closes #120

  • Generate demo.sqlite during bootstrap with seeded faker data (100 users, 1k orders, 10k logs)
  • Auto-create "Demo Database" connection on demo login
  • Idempotent: skips if file/connection already exists

Generate a demo.sqlite file during bootstrap with sample data
(100 users, 1k orders, 10k logs) using faker with a fixed seed.
Auto-create a "Demo Database" connection on demo login so new
users can start querying immediately.
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 31, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

3 Skipped Deployments
Project Deployment Actions Updated (UTC)
dory Ignored Ignored Mar 31, 2026 7:46am
dory-admin Ignored Ignored Mar 31, 2026 7:46am
dory-beta Ignored Ignored Mar 31, 2026 7:46am

Request Review

When a user visits the connections page with no existing connections,
automatically create the Demo Database connection pointing to the
built-in demo.sqlite file.
Copy link
Copy Markdown
Contributor

@dory-finn dory-finn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dory-finn dory-finn merged commit 1de35c1 into main Mar 31, 2026
5 of 6 checks passed
@solarhell solarhell deleted the feat/demo-sqlite-data branch April 1, 2026 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Built-in SQLite Demo Data

2 participants