karlobratko / instakt

Content sharing platform
MIT License
1 stars 0 forks source link

Cleanup persistence layer #9

Open karlobratko opened 3 months ago

karlobratko commented 3 months ago

Split persistence into Persistence and QueryRepository, where Persistence will work with Commands and QueryRepository will work with Queries. Also cleanup TableSelection logic in ContentMetadataPersistence.

karlobratko commented 3 months ago

Also do something with TableSelections. They add complexity to code.