dynamodb-geo.js
dynamodb-geo.js copied to clipboard
Is it possible to use this for date range queries
Suppose I have a list of events with a start and end, I wish to find which events overlap with my query ie
event.start > query.end && query.start > event.end
Is it possible to repurpose this library for that use case?