kisna72/Entity-Attribute-Value-Pattern
Experiments with EAV database pattern. I was exploring EAV pattern for a project where the user was allowed to create their own columns of data. I eventually decided to not use this pattern in favor of using JSONB data structure ( was working with postgresql) - which makes the code + database design much simpler.
Python