From d98a22becf04821b7f8f867049e5fac1c241c3b9 Mon Sep 17 00:00:00 2001 From: ruheni Date: Wed, 1 Nov 2023 00:15:47 +0100 Subject: [PATCH] reorder content --- content/300-guides/050-database/900-turso.mdx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/300-guides/050-database/900-turso.mdx b/content/300-guides/050-database/900-turso.mdx index ffbb7ad586..fe1d2be8d3 100644 --- a/content/300-guides/050-database/900-turso.mdx +++ b/content/300-guides/050-database/900-turso.mdx @@ -25,15 +25,7 @@ Prisma support for Turso is currently in [Early Access](/about/prisma/releases#e ## Commonalities with other database providers -Many aspects of using Prisma with Turso are just like using Prisma with any other relational database. You can still: - -- model your database with the [Prisma Schema Language](/concepts/components/prisma-schema) -- use Prisma's existing [`sqlite` database connector](/concepts/database-connectors/sqlite) in your schema -- use [Prisma Client](/concepts/components/prisma-client) in your application to talk to the database server at Turso - -## Differences to consider - -libSQL is 100% compatible with SQLite. libSQL extends SQLite with the following features and capabilities: +libSQL is 100% compatible with SQLite. libSQL extends SQLite and adds the following features and capabilities: - Support for replication - Support for automated backups @@ -41,7 +33,15 @@ libSQL is 100% compatible with SQLite. libSQL extends SQLite with the following - Supports user-defined functions - Support for asynchronous I/O -To learn more about the differences between libSQL and how it is different from SQLite, see [libSQL Manifesto](https://turso.tech/libsql-manifesto). +> To learn more about the differences between libSQL and how it is different from SQLite, see [libSQL Manifesto](https://turso.tech/libsql-manifesto). + +Many aspects of using Prisma with Turso are just like using Prisma with any other relational database. You can still: + +- model your database with the [Prisma Schema Language](/concepts/components/prisma-schema) +- use Prisma's existing [`sqlite` database connector](/concepts/database-connectors/sqlite) in your schema +- use [Prisma Client](/concepts/components/prisma-client) in your application to talk to the database server at Turso + +## Differences to consider There are a number of differences between Turso and SQLite to consider. You should be aware of the following when deciding to use Turso and Prisma: