Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prisma/prisma1
💾 Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB) [deprecated]
https://github.com/prisma/prisma1
dao database datamapper graphql orm prisma1 serverless
Last synced: 3 months ago
JSON representation
💾 Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB) [deprecated]
- Host: GitHub
- URL: https://github.com/prisma/prisma1
- Owner: prisma
- License: apache-2.0
- Archived: true
- Created: 2016-09-25T12:54:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T18:57:41.000Z (over 2 years ago)
- Last Synced: 2024-05-21T13:46:40.216Z (8 months ago)
- Topics: dao, database, datamapper, graphql, orm, prisma1, serverless
- Language: Scala
- Homepage: https://v1.prisma.io/docs/
- Size: 185 MB
- Stars: 16,566
- Watchers: 94
- Forks: 867
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-list - prisma1
- jimsghstars - prisma/prisma1 - 💾 Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB) [deprecated] (Scala)
- awesome-starred - prisma/prisma1 - 💾 Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB) [deprecated] (graphql)
- awesome-repositories - prisma/prisma1 - 💾 Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB) [deprecated] (Scala)
README
[Website](https://www.prisma.io) • [Prisma 1 Docs](https://v1.prisma.io/docs/1.34) • [Prisma 1 Examples](https://github.com/prisma/prisma1-examples/) • [Blog](https://www.prisma.io/blog) • [Slack](https://slack.prisma.io/) • [Twitter](https://twitter.com/prisma) • [Prisma 2](https://github.com/prisma/prisma)
[![CircleCI](https://circleci.com/gh/prisma/prisma1.svg?style=shield)](https://circleci.com/gh/prisma/prisma1) [![Slack Status](https://slack.prisma.io/badge.svg)](https://slack.prisma.io)
---
⚠️ **[Prisma 1 was deprecated on September 1st, 2022](https://github.com/prisma/prisma1/issues/5208). If you are new to Prisma, check out the latest version of [Prisma](https://www.prisma.io)!** ⚠️
---
Prisma 1 replaces traditional ORMs and simplifies database workflows:
- _Access_: **Type-safe database access with the auto-generated Prisma client**
- _Migrate_: **Declarative data modelling and migrations** (optional)
- _Manage_: **Visual data management with Prisma Admin**It is used to build **GraphQL, REST, gRPC APIs** and more. Prisma 1 currently supports MySQL, PostgreSQL, MongoDB.
## Get started with Prisma 1
You can find installation and usage instructions in the [Prisma 1 docs](https://v1.prisma.io/docs/1.34/get-started/01-setting-up-prisma-new-database-TYPESCRIPT-t002/).
> [Prisma 1 was deprecated on September 1st, 2022](https://github.com/prisma/prisma1/issues/5208). If you are new to Prisma, check out the latest version of [Prisma](https://www.prisma.io)!
## Community
Prisma has a [community](https://www.prisma.io/community) of thousands of amazing developers and contributors. Welcome, please join us! 👋
### Channels
- [Slack](https://slack.prisma.io/)
- [Twitter](https://twitter.com/prisma)
- [Facebook](https://www.facebook.com/prisma.io)
- [Email](mailto:[email protected])### Events
- [Prisma Day](https://www.prisma.io/day/)
- [TypeScript Berlin Meetup](https://www.meetup.com/TypeScript-Berlin/)
- [GraphQL Berlin Meetup](https://www.meetup.com/graphql-berlin)### Resources
- [Awesome Prisma](https://github.com/catalinmiron/awesome-prisma) (Thanks to [Catalin Miron](https://github.com/catalinmiron))
- [Chinese translation of the Prisma 1 docs](https://prisma.1wire.com/) (Thanks to [Victor Kang](https://github.com/Victorkangsh))