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": "66be869a-d55d-4790-a382-de654dff1506",
"prevId": "00000000-0000-0000-0000-000000000000",
"tables": {
"another_users": {
"name": "another_users",
"columns": {
"id": {
"name": "id",
"type": "integer",
"primaryKey": true,
"notNull": true,
"autoincrement": false
},
"name": {
"name": "name",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"email": {
"name": "email",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
}
},
"indexes": {},
"foreignKeys": {},
"compositePrimaryKeys": {},
"uniqueConstraints": {},
"checkConstraints": {}
},
"users12": {
"name": "users12",
"columns": {
"id": {
"name": "id",
"type": "integer",
"primaryKey": true,
"notNull": true,
"autoincrement": false
},
"name": {
"name": "name",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"email": {
"name": "email",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
}
},
"indexes": {},
"foreignKeys": {},
"compositePrimaryKeys": {},
"uniqueConstraints": {},
"checkConstraints": {}
}
},
"views": {},
"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 integration-tests/tests/sqlite/durable-objects/drizzle/meta/0000_snapshot.json (directory: integration-tests/tests/sqlite/durable-objects/drizzle/meta).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free