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": "6",
"dialect": "sqlite",
"id": "2bd46776-9e41-4a6c-b617-5c600bb176f2",
"prevId": "00000000-0000-0000-0000-000000000000",
"tables": {
"users": {
"name": "users",
"columns": {
"id": {
"name": "id",
"type": "integer",
"primaryKey": true,
"notNull": true,
"autoincrement": false
},
"name": {
"name": "name",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
}
},
"indexes": {},
"foreignKeys": {},
"compositePrimaryKeys": {},
"uniqueConstraints": {}
}
},
"enums": {},
"_meta": {
"schemas": {},
"tables": {},
"columns": {}
},
"internal": {
"indexes": {}
}
}
Source
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 drizzle-kit/tests/migrate/migrations/meta/0000_snapshot.json (directory: drizzle-kit/tests/migrate/migrations/meta).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free