drizzle-team / drizzle-orm

Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅
https://orm.drizzle.team
Apache License 2.0
21.47k stars 486 forks source link

[BUG]: point is not exported from "drizzle-orm/pg-core"; #2459

Closed B33fb0n3 closed 3 weeks ago

B33fb0n3 commented 3 weeks ago

What version of drizzle-orm are you using?

^0.31.1

What version of drizzle-kit are you using?

^0.22.2

Describe the Bug

When I want to add a point columns type to my schema, there will be no import. When I try to import it manually by doing import { point} from "drizzle-orm/pg-core"; It won't be found.

Expected behavior

The import should be found.

Environment & setup

No response

B33fb0n3 commented 3 weeks ago

nvm, fixed it by restarting the IDE