Curious to know if anyone has been able to a implementation where client side feature layers get their features stored in a remote service containing a postgis db?
Essentially I have scenario where FeatureLayers are being created client side, and want to find a more efficient way to store the features (currently as a JSON string), and have been exploring PostGIS option.