Postgres support
-
Build pytest fixture to test with sqlite and pg -
tempdir fixture with and without sqlite files -
.autosubmitrcbuilder fixture -
fixture to copy SQLite db files content to a Postgres instance -
mock session
-
-
Centralize all SQL operations in one module with "repositories" (interfaces following DDD principles) -
autosubmit.db -
as_times.db -
structures_xxxx.db(skipping it for now, usingautosubmit.database.db_structureinstead) -
job_data_xxxx.db -
job_packages.db -
graph_xxxx.db
-
-
Refactor classes that directly call sqlite3orsqlalchemy -
Support changes on https://earth.bsc.es/gitlab/es/autosubmit/-/merge_requests/426 -
Support autosubmit.database.tablesmodule -
Refactor sessionto handle pooling in multithreading workers of Gunicorn
-
Edited by Luiggi Tenorio Ku