Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved away from spatialbuilder to scopes #102

Merged

Conversation

yinx
Copy link
Contributor

@yinx yinx commented Jan 17, 2024

This package defines a builder to add the geo queries to a model.
This becomes a bit of an issue if you define your own builders.
Of course you can extend your own builder from the SpatialBuilder. But this hides some of the implementation.

This is why this PR moved all the functions to the trait as scopes.
This is a breaking change since it removed the SpatialBuilder completely.

(also small addition to the readme about the database docker container + updated the larastan repo to the new name)

Copy link
Owner

@MatanYadaev MatanYadaev left a comment

Choose a reason for hiding this comment

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

Thanks!

@MatanYadaev MatanYadaev merged commit 0e83984 into MatanYadaev:master Jan 17, 2024
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.

2 participants