{
  "$schema": "https://loremfile.dev/schema/manifest-v1.json",
  "schema_version": 1,
  "catalog_version": "1.2.0",
  "generated_at": "2026-09-22T06:59:34Z",
  "base_url": "https://loremfile.dev/",
  "license": "CC0-1.0",
  "license_url": "https://creativecommons.org/publicdomain/zero/1.0/",
  "source": "https://github.com/kumarprabhashanand/loremfile",
  "toolchain_image": "ghcr.io/kumarprabhashanand/loremfile-toolchain@sha256:1d66d83de2483700858745a9d27120af001588019882098eb67a301fdd2f2ad6",
  "count": 2,
  "total_bytes": 401408,
  "fixtures": [
    {
      "path": "sqlite/multi-table-with-fk-indexes-views.sqlite",
      "url": "https://loremfile.dev/sqlite/multi-table-with-fk-indexes-views.sqlite",
      "format": "sqlite",
      "ext": "sqlite",
      "mime": "application/vnd.sqlite3",
      "bytes": 131072,
      "sha256": "2cd9dd7ef369cfdbea875729d0bede93d029b10ba14006a596267a01ea5a7798",
      "size_class": "free",
      "phase": 1,
      "description": "Four tables with a foreign key from orders to people, two indexes, a view aggregating order totals, and an insert trigger. What a schema inspector should be tested against.",
      "tags": [
        "data",
        "dataset-people",
        "dataset-orders",
        "dataset-products"
      ],
      "edge_case": false,
      "props": {
        "tables": 4,
        "table_names": [
          "audit",
          "orders",
          "people",
          "products"
        ],
        "rows_total": 800,
        "page_size": 4096,
        "journal_mode": "delete",
        "has_fts": false,
        "views": 1,
        "indexes": 2,
        "triggers": 1
      },
      "generator": "columnar.sqlite_multi_table",
      "generator_params": {
        "people": 200,
        "orders": 500
      },
      "added_in": "1.0.0",
      "status": "active",
      "deprecated": false,
      "supersededBy": null
    },
    {
      "path": "sqlite/people-1000.sqlite",
      "url": "https://loremfile.dev/sqlite/people-1000.sqlite",
      "format": "sqlite",
      "ext": "sqlite",
      "mime": "application/vnd.sqlite3",
      "bytes": 270336,
      "sha256": "8cdde9ab53003ef4b0c161acd2881f80569e0f50bb6f8484659258a8a982cbba",
      "size_class": "free",
      "phase": 1,
      "description": "A single table holding 1,000 rows of the shared people dataset. Page size 4096, journal mode DELETE, vacuumed so the file is byte-stable.",
      "tags": [
        "data",
        "dataset-people"
      ],
      "edge_case": false,
      "props": {
        "tables": 1,
        "table_names": [
          "people"
        ],
        "rows_total": 1000,
        "page_size": 4096,
        "journal_mode": "delete",
        "has_fts": false,
        "views": 0,
        "indexes": 0,
        "triggers": 0
      },
      "generator": "columnar.sqlite_people",
      "generator_params": {
        "rows": 1000
      },
      "added_in": "1.0.0",
      "status": "active",
      "deprecated": false,
      "supersededBy": null
    }
  ]
}
