An example of using SQLite Cloud and SQLModel together.
- Create an account on SQLite Cloud and create a new database.
- Add the following environment variables to your
.envfile:
DATABASE_NAME=your-database-name
PROJECT_ID=your-project-id
API_KEY=your-api-key- Run the following command to setup the example table:
uv run main.pyCheckout the examples.ipynb notebook for examples.