Go to file
HeshamTB b0dc22070e
sql_app: basic models and schemas from FastAPI docs
- Classes in models describe tables in database

	- Classes in schemas desribe pydantic models to
	read from the API.

	- database provides a connection and sessions to
	the database.

	- crud exposes the interface to the database, i.e.
	actions we can take from the application onto the
	database

Signed-off-by: HeshamTB <hishaminv@gmail.com>
2022-03-03 15:49:26 +03:00
sql_app sql_app: basic models and schemas from FastAPI docs 2022-03-03 15:49:26 +03:00
.gitignore init: server workds with tls, needs database models 2022-03-03 14:42:02 +03:00
echo_server.py init: server workds with tls, needs database models 2022-03-03 14:42:02 +03:00
genssl.sh init: server workds with tls, needs database models 2022-03-03 14:42:02 +03:00
mkdb.sh init: server workds with tls, needs database models 2022-03-03 14:42:02 +03:00
reqs.txt python requirments 2022-03-03 14:45:09 +03:00
run-tls init: server workds with tls, needs database models 2022-03-03 14:42:02 +03:00
schema.sql init: server workds with tls, needs database models 2022-03-03 14:42:02 +03:00
server.py init: server workds with tls, needs database models 2022-03-03 14:42:02 +03:00