ElliottKasoar / abcd

0 stars 0 forks source link

Refactor shared database code #5

Closed ElliottKasoar closed 7 months ago

ElliottKasoar commented 1 year ago

A significant amount of code is shared between atoms_pymongo.py and atoms_opensearch.py (note: the latter is currently in development in the add_opensearch branch).

Where possible this shared code should be refactored, leaving only the database-specific code remaining.