Skip to content

UrsDeSwardt/sqlite-cloud-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLite Cloud Example

An example of using SQLite Cloud and SQLModel together.

Requirements

Setup

  • Create an account on SQLite Cloud and create a new database.
  • Add the following environment variables to your .env file:
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.py

Examples

Checkout the examples.ipynb notebook for examples.

About

An example for using sqlitecloud

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published