タグ

ブックマーク / sqlfu.dev (1)

  • sqlfu

    Your schema as SQL Edit definitions.sql to the shape you want. sqlfu draft compares that desired schema with replayed migration history, shows the smart diff, then writes the reviewed migration file. Read about the migration model definitions.sql create table posts ( id integer primary key autoincrement, slug text not null unique, title text not null + published integer); terminal $ npx sqlfu draf

    sqlfu
    efcl
    efcl 2026/05/10
    SQLファイルを中心としたTypeScript用のSQLiteデータベース開発ツールキット。 `definitions.sql`でスキーマを定義し`sqlfu draft`でマイグレーションを生成、SQLクエリから型安全なTypeScriptラッパーを生成する。 Cloudflare Durable Object/D1/Nod
  • 1