diff --git a/README.md b/README.md index e95c7dc..7213277 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Log: ] ``` -Or, you can use SQLocal as a driver for [Kysley](https://kysely.dev/) or [Drizzle ORM](https://orm.drizzle.team/) to make fully-typed queries. +Or, you can use SQLocal as a driver for [Kysely](https://kysely.dev/) or [Drizzle ORM](https://orm.drizzle.team/) to make fully-typed queries. ### Kysely diff --git a/docs/guide/introduction.md b/docs/guide/introduction.md index b8596df..5b8ae5e 100644 --- a/docs/guide/introduction.md +++ b/docs/guide/introduction.md @@ -2,7 +2,7 @@ SQLocal makes it easy to run SQLite3 in the browser, backed by the origin private file system which provides high-performance read/write access to a SQLite database file stored on the user's device. -SQLocal acts as a lightweight wrapper of the [WebAssembly build of SQLite3](https://sqlite.org/wasm/doc/trunk/index.md) and gives you a simple interface to interact with databases running locally. It can also act as a database driver for [Kysley](/kysely/setup) or [Drizzle ORM](/drizzle/setup) to make fully-typed queries. +SQLocal acts as a lightweight wrapper of the [WebAssembly build of SQLite3](https://sqlite.org/wasm/doc/trunk/index.md) and gives you a simple interface to interact with databases running locally. It can also act as a database driver for [Kysely](/kysely/setup) or [Drizzle ORM](/drizzle/setup) to make fully-typed queries. Having the ability to store and query relational data on device makes it possible to build powerful, local-first web apps and games no matter the complexity of your data model.