Alexandru
Alexandru
Explore posts from servers
DTDrizzle Team
Created by Alexandru on 10/7/2024 in #help
Warning: You need to pass an instance of Client:
any ideas?
4 replies
DTDrizzle Team
Created by Alexandru on 10/7/2024 in #help
Warning: You need to pass an instance of Client:
I modified the code and I'm still getting the same warning:
const client = new Client({
host: ``,
username: ``,
password: ``
})

const db = drizzle(client, {
schema
})
const client = new Client({
host: ``,
username: ``,
password: ``
})

const db = drizzle(client, {
schema
})
4 replies