@trycompai/db
v1.3.22
Published
Database package with Prisma client and schema for Comp AI
Keywords
Readme
@trycompai/db
Database package for Comp AI.
What’s included
- Prisma schema:
dist/schema.prisma - Built output:
dist/ - Postinstall helper binary:
comp-prisma-postinstall
Install
bun add @trycompai/dbUsage
import { db } from '@trycompai/db';Notes
- Publishing runs a build automatically via
prepublishOnly. - See
INTEGRATION_GUIDE.mdfor integration details.
