Skip to content

Instantly share code, notes, and snippets.

@CyrilBvt13
Created June 2, 2021 07:20
Show Gist options
  • Select an option

  • Save CyrilBvt13/4e33e8b39db9691ee953c485923adf1d to your computer and use it in GitHub Desktop.

Select an option

Save CyrilBvt13/4e33e8b39db9691ee953c485923adf1d to your computer and use it in GitHub Desktop.
FlaskAPI Basic - db.py
from tinydb import TinyDB, Query
db = TinyDB('flaskAPI.json')
query = Query()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment