{"library":"bun-sqlite-migrations","type":"library","category":null,"description":"A minimal migration helper for bun:sqlite. Version 1.0.2 provides a single function to apply SQL file migrations in sorted order and tracks progress via PRAGMA user_version. Designed exclusively for Bun's built-in SQLite driver, it is not compatible with other SQLite libraries. Works only in the Bun runtime with TypeScript peer dependency ^5.0.0. No other dependencies. Simpler than alternatives like Knex or Umzug, but limited to file-based migrations and numeric versioning via file name order.","language":"javascript","status":"active","version":"1.0.2","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install bun-sqlite-migrations","imports":["import { migrate } from 'bun-sqlite-migrations'","import { getMigrations } from 'bun-sqlite-migrations'","import { Database } from 'bun:sqlite'"]},{"cmd":"yarn add bun-sqlite-migrations","imports":[]},{"cmd":"pnpm add bun-sqlite-migrations","imports":[]}],"homepage":"https://patwoz.dev","github":"https://github.com/patwoz/bun-sqlite-migrations","docs":null,"changelog":null,"pypi":null,"npm":"bun-sqlite-migrations","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}