UNPKG

zenstack

Version:

FullStack enhancement for Prisma ORM: seamless integration from database to UI

10 lines (9 loc) 222 B
/** * CLI action for starting a REPL session */ export declare function repl(projectPath: string, options: { loadPath?: string; prismaClient?: string; debug?: boolean; table?: boolean; }): Promise<void>;