Skip to content

gordthompson/fastapi-tutorial-cockroachdb-async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi-tutorial-cockroachdb-async

The FastAPI SQL database tutorial

https://fastapi.tiangolo.com/tutorial/sql-databases/

modified to use cockroachdb+asyncpg and real async calls.

Note that this demo uses the built-in async support in SQLAlchemy 1.4+ and does not need the databases module.

How to run:

To launch uvicorn:

uvicorn sql_app.main:app --reload

Then load the fancy interactive docs page at

http://localhost:8000/docs

Notes:

  • Tweak SQLALCHEMY_DATABASE_URL in database.py to connect to your CockroachDB test instance.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages