Home / File/ 0000_snapshot.json — drizzle-orm Source File

0000_snapshot.json — drizzle-orm Source File

Architecture documentation for 0000_snapshot.json, a json file in the drizzle-orm codebase.

Entity Profile

Source Code

{
  "version": "5",
  "dialect": "sqlite",
  "id": "b6793a90-b553-4a5d-9d2f-b48e56ef2a2a",
  "prevId": "00000000-0000-0000-0000-000000000000",
  "tables": {
    "cities": {
      "name": "cities",
      "columns": {
        "id": {
          "name": "id",
          "type": "integer",
          "primaryKey": false,
          "notNull": false,
          "autoincrement": false
        },
        "fullname_name": {
          "name": "fullname_name",
          "type": "text",
          "primaryKey": false,
          "notNull": false
        },
        "state": {
          "name": "state",
          "type": "text",
          "primaryKey": false,
          "notNull": false
        }
      },
      "indexes": {},
      "foreignKeys": {},
      "compositePrimaryKeys": {
        "cities_id_fullname_name_pk": {
          "columns": [
            "id",
            "fullname_name"
          ]
        }
      }
    },
    "test_get": {
      "name": "test_get",
      "columns": {
        "id": {
          "name": "id",
          "type": "integer",
          "primaryKey": true,
          "notNull": true,
          "autoincrement": false
        },
        "full_name": {
          "name": "full_name",
          "type": "text",
          "primaryKey": false,
          "notNull": true
        }
      },
      "indexes": {},
      "foreignKeys": {},
      "compositePrimaryKeys": {}
// ... (63 more lines)

Frequently Asked Questions

What does 0000_snapshot.json do?
0000_snapshot.json is a source file in the drizzle-orm codebase, written in json.
Where is 0000_snapshot.json in the architecture?
0000_snapshot.json is located at integration-tests/drizzle2/sqlite/meta/0000_snapshot.json (directory: integration-tests/drizzle2/sqlite/meta).

Analyze Your Own Codebase

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

Try Supermodel Free