Home / File/ db.json — astro Source File

db.json — astro Source File

Architecture documentation for db.json, a json file in the astro codebase. 0 imports, 1 dependents.

File json StateStores 1 dependents

Entity Profile

Dependency Diagram

graph LR
  9db28283_62be_6d18_7dd4_f851fdc271c3["db.json"]
  4b446caa_509a_09d7_d5d7_e3bbca4214b2["db.ts"]
  4b446caa_509a_09d7_d5d7_e3bbca4214b2 --> 9db28283_62be_6d18_7dd4_f851fdc271c3
  style 9db28283_62be_6d18_7dd4_f851fdc271c3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

{
  "products": [
    {
      "id": 1,
      "name": "Cereal",
      "price": 3.99,
      "image": "/images/products/cereal.jpg"
    },
    {
      "id": 2,
      "name": "Yogurt",
      "price": 3.97,
      "image": "/images/products/yogurt.jpg"
    },
    {
      "id": 3,
      "name": "Rolled Oats",
      "price": 2.89,
      "image": "/images/products/oats.jpg"
    },
    {
      "id": 4,
      "name": "Muffins",
      "price": 4.39,
      "image": "/images/products/muffins.jpg"
    }
  ]
}

Domain

Frequently Asked Questions

What does db.json do?
db.json is a source file in the astro codebase, written in json. It belongs to the StateStores domain.
What files import db.json?
db.json is imported by 1 file(s): db.ts.
Where is db.json in the architecture?
db.json is located at examples/ssr/src/models/db.json (domain: StateStores, directory: examples/ssr/src/models).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free