Is it possible to use a typesafe ORM
Is it possible to use a typesafe ORM like Drizzle ORM or Kysley when working with Postgres across my functions? Like I want to store my schema in some global state so all my scripts can reference the same schema for easily working with Postgres in Typescript. Would this also be possible using Mongoose for MongoDB?
Thank you
Thank you