Created
June 2, 2021 07:20
-
-
Save CyrilBvt13/4e33e8b39db9691ee953c485923adf1d to your computer and use it in GitHub Desktop.
FlaskAPI Basic - db.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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