PostgreSQL

Inserting point (geometry) into PostGIS

INSERT INTO dashboard_myplaces(name, location)
VALUES('Hong Kong', ST_GeomFromText('POINT(114.16955902161156 22.325886457282174)', 4326));