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

status: Add Status and Table classes #69

Closed
wants to merge 2 commits into from

Conversation

ethan-readyset
Copy link
Contributor

@ethan-readyset ethan-readyset commented Jan 16, 2024

Note: This is based on #67 and should not be merged until that is merged

Adds two new classes:

  • A ReadySet::Status class that represents ReadySet's current status.
    The status can be queried by invoking ReadySet::Status.call.
  • A ReadySet::Table class that represents the status of one of the
    tables in the database as it relates to ReadySet. The statuses for all
    the tables can be queried via ReadySet::Table.all.

@ethowitz ethowitz force-pushed the run-docker-images-in-ci branch from 7d8d8de to eab83d9 Compare January 18, 2024 17:35
@ethan-readyset ethan-readyset changed the base branch from run-docker-images-in-ci to main January 19, 2024 18:04
Adds two new classes:
- A `ReadySet::Status` class that represents ReadySet's current status.
  The status can be queried by invoking `ReadySet::Status.fetch`.
- A `ReadySet::Table` class that represents the status of one of the
  tables in the database as it relates to ReadySet. The statuses for all
  the tables can be queried via `ReadySet::Table.all`.
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