karlobratko / instakt

Ktor web application with user and content management
MIT License
1 stars 0 forks source link

Cleanup persistence layer #9

Open karlobratko opened 5 months ago

karlobratko commented 5 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 5 months ago

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