mercari-build / mercari-build-training

24 stars 225 forks source link

Step4 #207

Open kswbr-tomoka opened 8 months ago

kswbr-tomoka commented 8 months ago

What

step4のSQLのデータベースへの接続がよく分かっていません

@app.on_event("startup")
async def startup_event():
    await database.connect()

@app.on_event("shutdown")
async def shutdown_event():
    await database.disconnect()

CHECKS :warning:

Please make sure you are aware of the following.