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

Support Comparison Operators in Queries #86

Open
sma27 opened this issue Jul 5, 2024 · 1 comment
Open

Support Comparison Operators in Queries #86

sma27 opened this issue Jul 5, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@sma27
Copy link

sma27 commented Jul 5, 2024

I really like localbase, thank you for the great project!

The support of other operators when making selects (get), inserts (add), updates (set), or deletes (delete) would be huge!

The following operators would be amazing to have:

Greater Than: ">" OR "gt"
Greater Than Equal To: ">=" OR "gte"
Less Than: "<" OR "lt"
Less Than Equal To: "<=" OR "lte"
Not Equal To: "!=" OR "<>" OR "ne"
In: in an array of values
Between: Would be nice to have (inclusive or exclusive)

I feel like this simple addition would remove the barriers for many developers using it.

Thanks

@samuk190 samuk190 added the enhancement New feature or request label Jul 8, 2024
@samuk190
Copy link
Owner

samuk190 commented Jul 8, 2024

I'll look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants