├── package.json ├── src ├── index.js └── index.ts └── tsconfig.json /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subhendupsingh/prisma-to-drizzle-schema/HEAD/package.json -------------------------------------------------------------------------------- /src/index.js: -------------------------------------------------------------------------------- 1 | console.log("hello"); 2 | -------------------------------------------------------------------------------- /src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subhendupsingh/prisma-to-drizzle-schema/HEAD/src/index.ts -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/subhendupsingh/prisma-to-drizzle-schema/HEAD/tsconfig.json --------------------------------------------------------------------------------