dc3
PPrisma
•Created by dc3 on 9/4/2024 in #help-and-questions
New Prisma 5.19 TypeSQL: other statements beyond select
Greetings
The TypeSQL support an insert statement like this? (Assuming PostGIS was installed).
INSERT INTO locations (name, geom)
VALUES ('Sample Location', ST_GeomFromText('POINT(-73.935242 40.730610)', 4326));
3 replies