fastapi-boilerplate
fastapi-boilerplate copied to clipboard
Add asyncio Support to the boilerplate
Hi! I have added asyncio support to the boilerplate to allow side by side async and sync functions to call the database. This will allow the users to mix and match as needed.