{% extends "index.html" %} {% 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 suit your need.

{% endblock %}