Skip to main content
SQLAlchemy Quickstart

Prerequisites

Before you start, make sure you:
1

Install the libSQL dialect for SQLAlchemy

2

Retrieve database credentials

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

Create database models

models.py
4

Create engine

5

Query

app.py