cloudaxe-opencode/packages/opencode
Dax Raad 2e8feb1c78 core: significantly speed up data migration by optimizing SQLite settings and batch processing
Reduces migration time from minutes to seconds by enabling WAL mode, increasing batch size to 1000, and pre-scanning files upfront. Users upgrading to the SQLite backend will now see much faster startup times when their existing data is migrated.
2026-01-28 21:51:01 -05:00
..
bin
migration/20260127222353_familiar_lady_ursula sync 2026-01-27 17:43:20 -05:00
script tui: upgrade database migration system to drizzle migrator 2026-01-25 22:27:04 -05:00
src core: significantly speed up data migration by optimizing SQLite settings and batch processing 2026-01-28 21:51:01 -05:00
test Merge branch 'dev' into sqlite2 2026-01-28 18:45:12 -05:00
.gitignore get rid of models.dev macro 2026-01-24 12:27:13 -05:00
AGENTS.md core: migrate from custom JSON storage to standard Drizzle migrations to improve database reliability and performance 2026-01-27 12:36:05 -05:00
bunfig.toml fix: use Instance.directory instead of process.cwd() in read tool 2026-01-26 20:57:50 -05:00
Dockerfile add ARM64 Docker image support (#5483) 2025-12-13 13:01:59 -06:00
drizzle.config.ts core: migrate from custom JSON storage to standard Drizzle migrations to improve database reliability and performance 2026-01-27 12:36:05 -05:00
package.json Merge branch 'dev' into sqlite2 2026-01-28 18:45:12 -05:00
parsers-config.ts feat(highlight): add nix syntax highlighting (#6386) 2025-12-29 15:53:41 -06:00
README.md
sst-env.d.ts
tsconfig.json

js

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.