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

Implementation of the where API #9

Open
neotheprogramist opened this issue Oct 3, 2023 · 0 comments
Open

Implementation of the where API #9

neotheprogramist opened this issue Oct 3, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@neotheprogramist
Copy link
Member

Description

Continuing from our previous discussion in Issue #8, we are advancing with the aim to implement the where API as delineated in the proposal. The primary version accentuated on scanning solely predicated on the model name, keeping WhereClause consistently set to None.

With this next phase, our objective is to materialize the functionality of the where API as detailed in the commit.

Key Highlights

  • Introduction of WhereCondition Struct: The key in this structure is recognized as a model member key name. This is designed to facilitate the operation where model[key] == value.

Additional Context

In the preceding phase, the where API was intentionally omitted to maintain focus and ensure an efficient launch. Now, with the foundational elements established, the integration of the where API will substantially bolster our system's querying capabilities.

For an in-depth understanding and additional details of the proposal, kindly refer back to Issue #8 and the specified commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment