Prisma has a modular architecture that enables us to support a broad set of databases. Each database connector supports a subset of the OpenCRUD data query spec.
| Features | Postgres | MySQL | MongoDB |
OpenCRUDOpen standard for GraphQL database APIs | |||
TransactionsTransactional guarantees for mutations | Soon | ||
AggregationsQuery aggregated data and group by any field | Soon | ||
Fulltext SearchSimple full text search support | Soon | ||
Data SyncSubscribe to data changes and sync to anywhere | Soon | ||
Geo QueriesOrder by distance and perform bounding box search | Soon | Soon | Soon |
We are adding support for more databases at a rapid phase. Check back here soon.
Follow the quickstart to explore Prisma on your own machine