© 2026 Hedgehog Software, LLC
TypeError: customResultMapper is not a function
"drizzle-kit": "^0.20.14", "drizzle-orm": "^0.30.6",
import type { Config } from 'drizzle-kit'; // Join wrangler path with this file path import path from 'path'; const wranglerConfigPath = path.resolve(__dirname, 'wrangler.toml'); export default { schema: './src/lib/db/schema.ts', out: './drizzle', driver: 'd1', dbCredentials: { wranglerConfigPath: wranglerConfigPath, dbName: 'prod-d1-tutorial' } } satisfies Config;