Skip to content

cfraboulet/sqlmodel-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SQLModel Tutorial

Supported Python versions

SQLModel doc

SQLModel github repo

Install

$ python3 -m venv env
$ source ./env/bin/activate
$ python -m pip install --upgrade pip
$ python -m pip install sqlmodel
$ python -m pip install fastapi "uvicorn[standard]"  
$ python -m pip install requests pytest httpx    

Usage

$ python file_name.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages