Buckets:
| import { sqliteTable, text } from "drizzle-orm/sqlite-core" | |
| import { SessionTable } from "../session/sql" | |
| import { Timestamps } from "../database/schema.sql" | |
| export const SessionShareTable = sqliteTable("session_share", { | |
| session_id: text() | |
| .primaryKey() | |
| .references(() => SessionTable.id, { onDelete: "cascade" }), | |
| id: text().notNull(), | |
| secret: text().notNull(), | |
| url: text().notNull(), | |
| ...Timestamps, | |
| }) | |
Xet Storage Details
- Size:
- 424 Bytes
- Xet hash:
- 17b02f3407f1a8922fdda6033fb334f2634fc92513173493103a1ddcd8c82054
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.