nickmazuk
Explore posts from serversDTDrizzle Team
•Created by shikishikichangchang on 6/9/2024 in #help
Turso SQLite vector search
Hey, curious if you've figured this out. I've been looking for the same thing.
4 replies
DTDrizzle Team
•Created by SteveS on 8/12/2023 in #help
When using Drizzle-Kit in something like SvelteKit, how should I handle the schema.ts?
I'd recommend
src/lib/server
because Sveltekit will prevent you from accidentally importing anything from that folder into the client. That way, it's harder to accidentally leak your database secrets.
https://kit.svelte.dev/docs/server-only-modules#your-modules2 replies
DTDrizzle Team
•Created by Pachimari on 8/13/2023 in #help
Is drizzle edge compatible (noobie question)?
According to the
@libsql/client
docs, use the @libsql/client/http
import instead.
3 replies
DTDrizzle Team
•Created by nickmazuk on 8/12/2023 in #help
SQLite: timestamp vs timestamp_ms modes
Thanks!
7 replies