export * as schema from "./schema"; export * from "drizzle-orm"; export * from "./db"; export * from "./sync"; // doing this because the external module not working see : https://github.com/vercel/next.js/issues/43433 // export * from "./sync-db";