Files
romm/backend/handler/database
Michael Manganiello a85c84a7d4 misc: Use single SQLAlchemy engine and session maker
As recommended by SQLAlchemy [1], this change makes a single
instantiation of the database engine and session maker, instead of one
entity per handler.

It also uses the provided `URL` constructor to better define the
database URL structure.

[1] https://docs.sqlalchemy.org/en/20/core/connections.html#basic-usage
2024-08-21 09:56:28 -03:00
..
2024-08-09 00:17:11 -04:00
2024-05-21 21:28:17 -04:00
2024-05-21 21:28:17 -04:00
2024-05-21 21:28:17 -04:00
2024-07-04 23:11:07 +02:00
2024-07-06 17:25:08 +02:00