- Notifications
You must be signed in to change notification settings - Fork 182
Closed
Description
Bug or feature request
- Bug
- Feature request
Description of feature (or steps to reproduce if bug)
I am building configuration storage in PostgeSQL by using key-value store data type -> HSTORE. Is this kind of data type supported in loopback connector?
Update: I of course could implement keyvalue store with EAV entity model which loopback will definitelly work with without issues, but I am interested in HSTORE