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));
1 Reply
Yes it should work with any SQL, not specific to just SELECT statements