Skip to main content
Remix banner

Prerequisites

Before you start, make sure you:
1

Install the libSQL SDK

Begin by installing the @libsql/client dependency in your project:
2

Configure database credentials

Get the database URL:
Get the database authentication token:
Assign credentials to the environment variables inside .env.
3

Configure libSQL Client.

4

Execute SQL

app/routes/_index.ts

Examples

E-commerce Store

See the full source code

CRM App

See the full source code