{"id":13594756,"url":"https://github.com/prisma/nuxt-prisma","last_synced_at":"2025-10-11T20:06:47.670Z","repository":{"id":244302485,"uuid":"745591266","full_name":"prisma/nuxt-prisma","owner":"prisma","description":"Prisma ORM integration for Nuxt","archived":false,"fork":false,"pushed_at":"2025-01-22T19:08:50.000Z","size":1542,"stargazers_count":78,"open_issues_count":13,"forks_count":16,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-28T14:11:18.282Z","etag":null,"topics":["nuxt","nuxt-module","prisma"],"latest_commit_sha":null,"homepage":"https://www.prisma.io/docs/orm/more/help-and-troubleshooting/help-articles/prisma-nuxt-module","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prisma.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-19T17:06:04.000Z","updated_at":"2025-03-21T08:48:15.000Z","dependencies_parsed_at":"2024-06-13T23:34:35.926Z","dependency_job_id":"f5dcf23f-b05d-40d2-beb7-947b9b891c15","html_url":"https://github.com/prisma/nuxt-prisma","commit_stats":null,"previous_names":["prisma/nuxt-prisma"],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prisma%2Fnuxt-prisma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prisma%2Fnuxt-prisma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prisma%2Fnuxt-prisma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prisma%2Fnuxt-prisma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prisma","download_url":"https://codeload.github.com/prisma/nuxt-prisma/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247198448,"owners_count":20900079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nuxt","nuxt-module","prisma"],"created_at":"2024-08-01T16:01:38.794Z","updated_at":"2025-10-11T20:06:42.652Z","avatar_url":"https://github.com/prisma.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Nuxt Prisma\n\n[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![License][license-src]][license-href] [![Nuxt][nuxt-src]][nuxt-href]\n\nAre you a Nuxt developer? Or are you familiar with Prisma ORM and want to use it easily with Nuxt? Then this module is for you.\n\nWith this module, you can easily integrate Prisma ORM in your Nuxt app.\n\n## Features\n\n- Seamlessly set up Prisma CLI, Prisma schema, Prisma Migrate, and Prisma Client\n- Easily access Prisma Studio within Nuxt DevTools\n- Auto-imported `usePrismaClient()` composable for your Vue files\n\n## Quick setup\n\n1. Add `@prisma/nuxt` dependency to your project\n\n   ```bash\n   npm install @prisma/nuxt\n   ```\n\n2. Add `@prisma/nuxt` to the `modules` section of `nuxt.config.ts`\n\n   ```ts\n   export default defineNuxtConfig({\n     modules: [\"@prisma/nuxt\"],\n   });\n   ```\n\n3. Start the development server:\n\n   ```bash\n   npm run dev\n   ```\n\n   Starting the development server will:\n\n   1. Automatically install the [Prisma CLI](https://www.prisma.io/docs/orm/reference/prisma-cli-reference)\n   2. Initialize a Prisma project with a SQLite database\n   3. Create an User and Post example model in the Prisma Schema\n   4. Prompt you to run a migration to create database tables with [Prisma Migrate](https://www.prisma.io/docs/orm/prisma-migrate/understanding-prisma-migrate/overview)\n   5. Install and generate a [Prisma Client](https://www.prisma.io/docs/orm/reference/prisma-client-reference)\n   6. Prompt you to start the [Prisma Studio](https://www.prisma.io/docs/orm/tools/prisma-studio)\n\nTo learn more about how to use the module, visit our [documentation](https://pris.ly/prisma-nuxt)\n\n\u003c!-- Badges --\u003e\n\n[npm-version-src]: https://img.shields.io/npm/v/@prisma/nuxt/latest.svg?style=flat\u0026colorA=020420\u0026colorB=00DC82\n[npm-version-href]: https://npmjs.com/package/@prisma/nuxt\n[npm-downloads-src]: https://img.shields.io/npm/dm/@prisma/nuxt.svg?style=flat\u0026colorA=020420\u0026colorB=00DC82\n[npm-downloads-href]: https://npmjs.com/package/@prisma/nuxt\n[license-src]: https://img.shields.io/npm/l/@prisma/nuxt.svg?style=flat\u0026colorA=020420\u0026colorB=00DC82\n[license-href]: https://npmjs.com/package/@prisma/nuxt\n[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js\n[nuxt-href]: https://nuxt.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprisma%2Fnuxt-prisma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprisma%2Fnuxt-prisma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprisma%2Fnuxt-prisma/lists"}