ibs/sql_app
HeshamTB 244b7c6b91
sql_app: db: Fixed column copy warning.
A warning was raised whenever the user<->device
	relation was accessed. The assumption is that
	now the queries perform faster, having fixed
	this issue.

Signed-off-by: HeshamTB <hishaminv@gmail.com>
2022-06-05 17:10:35 +03:00
..
__init__.py sql_app: basic models and schemas from FastAPI docs 2022-03-03 15:49:26 +03:00
.gitignore jwt auth 2022-04-13 05:24:06 +03:00
auth_helper.py main: add iot functions for monitor and door 2022-05-08 22:09:06 +03:00
crud.py sql_app: db: Fixed column copy warning. 2022-06-05 17:10:35 +03:00
crypto.py jwt auth 2022-04-13 05:24:06 +03:00
database.py sql_app: basic models and schemas from FastAPI docs 2022-03-03 15:49:26 +03:00
gen_secret.sh jwt auth 2022-04-13 05:24:06 +03:00
init_secrets.sh init_secrets: script to init .env values 2022-04-14 07:19:53 +03:00
main.py sql_app: save last issued token in user record 2022-06-05 16:25:20 +03:00
models.py sql_app: db: Fixed column copy warning. 2022-06-05 17:10:35 +03:00
schemas.py sql_app: Access log for user (access history) 2022-05-23 19:44:04 +03:00
TODO sql_app: TODO 2022-06-05 14:02:50 +03:00