DreamingGod
DTDrizzle Team
•Created by DreamingGod on 7/23/2024 in #help
drizzle behind corporate proxy
forgot to send update, but it works, thanks again 🙂
9 replies
DTDrizzle Team
•Created by DreamingGod on 7/23/2024 in #help
drizzle behind corporate proxy
thanks! i will have a look
9 replies
DTDrizzle Team
•Created by DreamingGod on 7/23/2024 in #help
drizzle behind corporate proxy
import { createClient } from '@libsql/client'
import { drizzle } from 'drizzle-orm/libsql'
import * as schema from '../models'
const client = createClient({
url: process.env.DATABASE_URL ?? '',
authToken: process.env.DATABASE_AUTH_TOKEN,
})
export const db = drizzle(client, { schema })
9 replies
DTDrizzle Team
•Created by DreamingGod on 7/23/2024 in #help
drizzle behind corporate proxy
sqlite - turso
9 replies