prisma/prisma1-examples — explained in plain English
Analysis updated 2026-08-08 · repo last pushed 2020-09-04
Clone an example to see how Prisma 1 was used in a real application setup.
Use the examples as a reference when maintaining an older project that still relies on Prisma 1.
Study the codebases to understand how Prisma 1 worked before migrating to Prisma 2.0.
| prisma/prisma1-examples | adguardteam/ruleseditor | amazing-things/open-controller | |
|---|---|---|---|
| Stars | 7 | 7 | 7 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | 2020-09-04 | 2026-07-01 | — |
| Maintenance | Dormant | Maintained | — |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires setting up a local Prisma 1 server via Docker, and the examples are explicitly unmaintained so dependency versions may be outdated.
This repository is a collection of ready-to-run example projects that show how to use Prisma 1, a tool that helps developers manage databases in their applications. The examples demonstrate various use cases, though the README notes that they are currently unmaintained. The project directs users interested in current examples to a separate repository for Prisma 2.0. At a high level, these examples serve as templates or starting points. A developer can clone one of the example projects, run it, and see how Prisma 1 integrates with different application setups. Rather than reading documentation alone, they get a working codebase to learn from and adapt. The README doesn't go into detail about what specific examples are included or what technologies they pair with. The audience here is developers who are either maintaining an older project that already uses Prisma 1, or those curious about how it worked. Since the examples are unmaintained, they aren't a good fit for someone starting a new project, that person would be better served by the newer Prisma 2.0 examples linked in the README. The main thing to note is the tradeoff inherent in this repo: it preserves historical context for a tool that has been superseded. The maintainers have kept it available but explicitly flagged it as unsupported, steering new users toward the current version instead.
A collection of ready-to-run example projects showing how Prisma 1, a database management tool, integrates with different application setups. These examples are unmaintained and new users are directed to Prisma 2.0 examples instead.
Mainly TypeScript. The stack also includes TypeScript, Prisma 1, Node.js.
Dormant — no commits in 2+ years (last push 2020-09-04).
The README does not mention a specific license for this repository.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.