* fix: Add deletion of all tables in all schemas for postgres
Added deletion of all tables in postgres database, but this fix causes an issue regrading creation of duplicate tables on next run
Fix #COG-414
* fix: Resolve issue with database deletion
Resolve issue with database deletion by cleaning Metadata after every schema
Fix #COG-414
* fix: Move cleaning of MetaData out of drop table loop
Moved cleaning of MetaData to be after all tables have been dropped
Fix #COG-414
* refactor: Remove unnecessary print statement
Removed unnecessary print statement
Refactor #COG-414
* fix: Fix table deletion for SqlAlchemyAdapter
Fixed deletion of tables in SqlAlchemyAdapter so it works for sqlite and postgres
Fix #COG-414
* feat: Add deletion by id for SqlAlchemyAdapter
Added ability to delete data from database by id
Feature #COG-414
* fix: Add support for postgresql syntax for getting table function in SqlAlchemyAdapter
Added support for schema namespace for getting tables
Fix #COG-414