Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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]

Awesome Lists containing this project

README

        

Prisma

[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))