ibs/sql_app
HeshamTB 0d66c6f50f
sql_app: another api app to test
In sql_app/main.py, new path fucntions are tested
	for database connections, quary.

Signed-off-by: HeshamTB <hishaminv@gmail.com>
2022-03-06 16:13:50 +03:00
..
__init__.py sql_app: basic models and schemas from FastAPI docs 2022-03-03 15:49:26 +03:00
.gitignore sql_app: another api app to test 2022-03-06 16:13:50 +03:00
crud.py sql_app: basic models and schemas from FastAPI docs 2022-03-03 15:49:26 +03:00
database.py sql_app: basic models and schemas from FastAPI docs 2022-03-03 15:49:26 +03:00
main.py sql_app: another api app to test 2022-03-06 16:13:50 +03:00
models.py sql_app: another api app to test 2022-03-06 16:13:50 +03:00
schemas.py sql_app: basic models and schemas from FastAPI docs 2022-03-03 15:49:26 +03:00