Prisma Adds Early Access Support for Turso Database with libSQL
Sep 28th, 2023Product
-
- Prisma ORM introduces Early Access support for Turso, an edge-hosted distributed database based on libSQL, a fork of SQLite
-
- Turso solves scalability challenges of SQLite by adding features like distribution, HTTP connection, async operations, and embedding SQLite into other programs
-
- Users can now connect Prisma with Turso for faster queries and type-safe database events
-
- Steps provided to set up a project using Turso with Prisma, create a database on Turso, and connect to Turso using Prisma Client
-
- Embedded replicas feature in Turso allows for local copies of remote databases to improve read performance of APIs and serve as a replacement for caching services