{"id":25536156,"url":"https://github.com/dev-t2/learn-prisma","last_synced_at":"2026-04-25T23:35:32.573Z","repository":{"id":42017320,"uuid":"346089764","full_name":"dev-t2/learn-prisma","owner":"dev-t2","description":"Learn Prisma with NestJS","archived":false,"fork":false,"pushed_at":"2024-06-05T00:47:27.000Z","size":4243,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-29T21:34:31.501Z","etag":null,"topics":["amazon-rds","express-basic-auth","faker","joi","nestjs","pgadmin","prisma"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dev-t2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-03-09T17:32:54.000Z","updated_at":"2024-08-16T07:03:41.000Z","dependencies_parsed_at":"2024-05-08T16:47:29.862Z","dependency_job_id":null,"html_url":"https://github.com/dev-t2/learn-prisma","commit_stats":null,"previous_names":["dev-t2/learn-prisma"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dev-t2/learn-prisma","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-t2%2Flearn-prisma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-t2%2Flearn-prisma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-t2%2Flearn-prisma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-t2%2Flearn-prisma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dev-t2","download_url":"https://codeload.github.com/dev-t2/learn-prisma/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-t2%2Flearn-prisma/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32280979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["amazon-rds","express-basic-auth","faker","joi","nestjs","pgadmin","prisma"],"created_at":"2025-02-20T04:30:22.772Z","updated_at":"2026-04-25T23:35:32.546Z","avatar_url":"https://github.com/dev-t2.png","language":"TypeScript","readme":"# References\n\n- [NestJS](https://nestjs.com)\n  - [Introduction](https://docs.nestjs.com)\n  - Fundamentals\n    - [Lifecycle Events](https://docs.nestjs.com/fundamentals/lifecycle-events)\n  - Techniques\n    - [Configuration](https://docs.nestjs.com/techniques/configuration)\n    - [Validation](https://docs.nestjs.com/techniques/validation)\n  - OpenAPI\n    - [Introduction](https://docs.nestjs.com/openapi/introduction)\n  - Recipes\n    - [Prisma](https://docs.nestjs.com/recipes/prisma)\n- [Express Basic Auth](https://github.com/LionC/express-basic-auth)\n- [Joi](https://github.com/hapijs/joi)\n- [Amazon RDS](https://aws.amazon.com/rds)\n- [pgAdmin](https://www.pgadmin.org)\n- [Prisma](https://www.prisma.io)\n  - [Prisma Schema](https://www.prisma.io/docs/orm/prisma-schema)\n    - [Overview](https://www.prisma.io/docs/orm/prisma-schema/overview)\n      - [Generators](https://www.prisma.io/docs/orm/prisma-schema/overview/generators)\n    - [Data Model](https://www.prisma.io/docs/orm/prisma-schema/data-model)\n      - [Relations](https://www.prisma.io/docs/orm/prisma-schema/data-model/relations)\n        - [Referential Actions](https://www.prisma.io/docs/orm/prisma-schema/data-model/relations/referential-actions)\n      - [Multi Schema](https://www.prisma.io/docs/orm/prisma-schema/data-model/multi-schema)\n  - [Prisma Client](https://www.prisma.io/docs/orm/prisma-client)\n    - [Queries](https://www.prisma.io/docs/orm/prisma-client/queries)\n      - [CRUD](https://www.prisma.io/docs/orm/prisma-client/queries/crud)\n      - [Pagination](https://www.prisma.io/docs/orm/prisma-client/queries/pagination)\n      - [Transactions and Batch Queries](https://www.prisma.io/docs/orm/prisma-client/queries/transactions)\n    - [Observability \u0026 Logging](https://www.prisma.io/docs/orm/prisma-client/observability-and-logging)\n      - [Logging](https://www.prisma.io/docs/orm/prisma-client/observability-and-logging/logging)\n  - [Reference](https://www.prisma.io/docs/orm/reference)\n    - [Prisma Client API](https://www.prisma.io/docs/orm/reference/prisma-client-reference)\n    - [Prisma Schema](https://www.prisma.io/docs/orm/reference/prisma-schema-reference)\n    - [Prisma CLI](https://www.prisma.io/docs/orm/reference/prisma-cli-reference)\n- [Faker](https://github.com/faker-js/faker)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-t2%2Flearn-prisma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev-t2%2Flearn-prisma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-t2%2Flearn-prisma/lists"}