Buckets:
| import { integer } from "drizzle-orm/sqlite-core" | |
| export const Timestamps = { | |
| time_created: integer() | |
| .notNull() | |
| .$default(() => Date.now()), | |
| time_updated: integer() | |
| .notNull() | |
| .$onUpdate(() => Date.now()), | |
| } | |
Xet Storage Details
- Size:
- 230 Bytes
- Xet hash:
- 759fddd1c91d903bd08718a6b0590b437981a1f875d29217a180ce5d143b52b2
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.