smithers-migrate
SolidCopy the legacy bun:sqlite smithers.db into PGlite or Postgres and write the migrated.json marker. Run `smithers migrate --help` for usage details.
AI & Automation 338 stars
43 forks Updated today MIT
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# smithers migrate
Copy the legacy bun:sqlite smithers.db into PGlite or Postgres and write the migrated.json marker.
## Options
| Flag | Type | Default | Description |
|------|------|---------|-------------|
| `--from` | `string` | | Source backend; inferred when exactly one store has runs |
| `--to` | `string` | | Target backend; required (pglite, postgres, or sqlite) |
| `--url` | `string` | | Postgres connection URL when --to postgres |
| `--keepSqlite` | `boolean` | `true` | Keep the legacy SQLite database after a successful copy |
| `--agent` | `boolean` | `false` | Run the durable migrate-repair workflow instead of deterministic migration |
Details
- Author
- smithersai
- Repository
- smithersai/smithers
- Created
- 6 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
smithers-agents
Inspect and register subscriptions and api keys. Run `smithers agents --help` for usage details.
338 Updated today
smithersai AI & Automation Solid
smithers-logs
Tail the event log of a specific run. Run `smithers logs --help` for usage details.
338 Updated today
smithersai AI & Automation Solid
smithers-observability
Start the local observability stack (Grafana, Prometheus, Tempo, OTLP Collector) via Docker Compose. Run `smithers observability --help` for usage details.
338 Updated today
smithersai