All checks were successful
Build Docker Image / build (push) Successful in 1m44s
Replace Python/Django/Graphene with TypeScript/Express/Apollo Server. Same 2 endpoints (team/m2m), same JWT auth, same TigerBeetle integration. Prisma ORM replaces Django ORM for Account/OperationCode/ServiceAccount.
4 lines
88 B
TypeScript
4 lines
88 B
TypeScript
import { PrismaClient } from '@prisma/client'
|
|
|
|
export const prisma = new PrismaClient()
|