UNPKG

log-vista

Version:

This is a project which capture logs and stores in database and display on web inreal time

4 lines (3 loc) 105 B
// src/db.js const { PrismaClient } = require('@prisma/client'); module.exports = new PrismaClient();