Boby
Boby
Explore posts from servers
DTDrizzle Team
Created by Boby on 1/26/2025 in #help
Error: getaddrinfo ENOTFOUND ep-delicate-thunder-a58xbwga.us-east-2.aws.neon.tech
No description
6 replies
DTDrizzle Team
Created by Boby on 1/22/2025 in #help
error while inserting the data in the dynamic table
Hi, I am trying to insert the data which is coming from the form into the table, so, I am using this
const tableName = data.tableName
await db.insert(tableName).values()
res.status(201).json({
status: "success",
message: "Data inserted successfully",
});
const tableName = data.tableName
await db.insert(tableName).values()
res.status(201).json({
status: "success",
message: "Data inserted successfully",
});
but I am getting an error that
Argument of type 'string' is not assignable to parameter of type 'PgTable<TableConfig>'.ts(2345)
Argument of type 'string' is not assignable to parameter of type 'PgTable<TableConfig>'.ts(2345)
4 replies
DTDrizzle Team
Created by Boby on 10/29/2024 in #help
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]:
No description
2 replies
DTDrizzle Team
Created by Boby on 10/22/2024 in #help
I am getting an error when I defined the db
No description
11 replies
DTDrizzle Team
Created by Boby on 9/11/2024 in #help
error in production, using Vercel
No description
9 replies
DTDrizzle Team
Created by Boby on 7/28/2024 in #help
error: relation "session" does not exist
No description
3 replies
DTDrizzle Team
Created by Boby on 7/7/2024 in #help
Property 'userTable' does not exist on type 'DrizzleTypeError<"Seems like the schema generic is.. ">
No description
5 replies
DTDrizzle Team
Created by Boby on 7/6/2024 in #help
Is session table created or renamed from another table?
No description
4 replies
DDeno
Created by Boby on 6/24/2024 in #help
'React' refers to a UMD global, but the current file is a module.
No description
11 replies
DTDrizzle Team
Created by Boby on 6/9/2024 in #help
PostgresError: column "content" of relation "post_table" contains null values
No description
2 replies
DTDrizzle Team
Created by Boby on 6/8/2024 in #help
not able to run npx drizzle-kit studio
No description
3 replies
DTDrizzle Team
Created by Boby on 5/30/2024 in #help
using drizzle with .env.local instead of .env
No description
53 replies
DTDrizzle Team
Created by Boby on 5/30/2024 in #help
not able to run drizzle-kit
No description
3 replies
CCConvex Community
Created by Boby on 4/22/2024 in #support-community
Unhandled Runtime Error
No description
3 replies
CCConvex Community
Created by Boby on 3/28/2024 in #support-community
not able to create the mutation
No description
11 replies
CCConvex Community
Created by Boby on 2/25/2024 in #support-community
Not able to use mutation
No description
13 replies