-
Notifications
You must be signed in to change notification settings - Fork 34
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
Remove resultswriter/reader infra #826
Comments
Ideas @martinjrobins @iamleeg @fcooper8472 ? |
What's currently there isn't far from ActiveRow:
|
A scenario for writing would be:
Scenarios for reading:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DB stuff seems to be working now, so might be a good time to re-evaluate how we're reading/writing. Current structure was not so much designed as "lets see if this works"-ed.
Example of how it could be different:
commit()
orsync()
method that reads/writes to DB.The text was updated successfully, but these errors were encountered: