-
-
Notifications
You must be signed in to change notification settings - Fork 174
Adds explain()
and geojson()
transforms
#293
Conversation
Update tests
Can you give some background on what Also, does |
It runs
Changes the geocolumns and all the other columns are stored into the
Depends on the options specified, more options add more json keys. These follow the same format as doing an EXPLAIN (FORMAT JSON). (Note: the format varies across pg versions) |
Gotcha, I guess for now the return type can be:
|
Also change the docker image to include postgis
66ba0e9
to
e805f0d
Compare
e805f0d
to
8adfbdb
Compare
@soedirgo Done. Could we make a new release to add these methods to supabase-js v2? |
Will do! v2 isn't released yet (it's on the |
🎉 This PR is included in version 0.38.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Wow, this seems like a very awesome feature! |
Adds support for: