Skip to content

Commit

Permalink
reorder content
Browse files Browse the repository at this point in the history
  • Loading branch information
ruheni committed Oct 31, 2023
1 parent 23791db commit d98a22b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions content/300-guides/050-database/900-turso.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@ 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
- Ability to embed Turso as part of other programs such as the Linux kernel
- 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:

Expand Down

0 comments on commit d98a22b

Please sign in to comment.