UNPKG

prisma

Version:

Prisma is an open-source database toolkit. It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database. You can use Prisma in new projects or add it to an existing one.

3 lines (2 loc) 110 B
#!/usr/bin/env node "use strict";process.argv[2]==="complete"?require("./completion.js"):require("./cli.js");