Sunday, January 31, 2021

FastAPI with Oracle Cloud DB, building APIs with Python

Learn by example about how to connect to Oracle Cloud DB from FastAPI without any third-party libraries. Connection to DB is optimized with connection pooling.

 

Saturday, January 16, 2021

Connect to Oracle Cloud DB from Python

A quick explanation of how to connect to Oracle Autonomous Cloud Database (Always Free instance) from Python script.