Replies: 1 comment
-
Hi, have you found a solution to store geo point data in watermelondb? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From the docs, I see that theres a copy of the SQLite project forked that I'm assuming bundles a pre built binary.
How would I go about adding SQLite modules to the SQLite bundled with this library? I'm considering something like the rtree module. https://www.sqlite.org/rtree.html
On the usage side, how would I specify a specific index type on the schema?
Beta Was this translation helpful? Give feedback.
All reactions