Nycheporuk
Nycheporuk
SSolidJS
Created by Nycheporuk on 4/18/2024 in #support
Is it possible to access Request in action?
thanks)
6 replies
SSolidJS
Created by Nycheporuk on 4/18/2024 in #support
Is it possible to access Request in action?
Thanks) It would be great to put this info somewhere in documentation
6 replies
DTDrizzle Team
Created by Josh on 7/21/2023 in #help
Custom UUID
looks like as for now the only option is to provide id on each insert
const id = randomUUID();
await db.insert(table).values({
..data,
id,
});
const id = randomUUID();
await db.insert(table).values({
..data,
id,
});
8 replies