EcoTracker-II / backend /src /utils /prismaClient.js
Akash-Dragon's picture
refactor: restructure project as a monorepo and implement backend API
7e49c4d
Raw
History Blame Contribute Delete
75 Bytes
const prisma = {
$disconnect: async () => {},
};
export default prisma;