{% extends "index.html" %} {% block title %}Database{% endblock %} {% block main %}

Accessing database

Even if using Flask-SQLAlchemy to retrieve data stored in Postgres databases is the recommended way to use TetaWebApp, you're free to use the database connector that suits your need.

{% endblock %}