Skip to content

Conversation

trueqbit
Copy link
Collaborator

@trueqbit trueqbit commented Sep 29, 2025

This PR introduces support for R*Tree virtual tables used in (geo)spatial searching.

Supported features:

  • 32-bit floating point RTREE virtual table.
  • 32-bit signed integer RTREE_32 virtual table.
  • Auxiliary columns

Preconditions:

  • The feature is available if SQLITE_ENABLE_RTREE is defined. Package and build managers like vcpkg automatically define it.

@trueqbit trueqbit linked an issue Sep 29, 2025 that may be closed by this pull request
@trueqbit trueqbit requested a review from fnc12 October 3, 2025 06:58
@trueqbit trueqbit marked this pull request as ready for review October 3, 2025 06:58
Copy link
Owner

@fnc12 fnc12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is amazing. Now sqlite_orm can be used in C++ servers which use RTree functionality

@trueqbit trueqbit merged commit ca580cf into dev Oct 3, 2025
3 checks passed
@trueqbit trueqbit deleted the feature/rtree-vtab branch October 3, 2025 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

create virtual table using rtree module

2 participants