Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Allow batch transaction insert as well as creation of transactions without storing them #12

Open
vswarte opened this issue Apr 21, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@vswarte
Copy link
Owner

vswarte commented Apr 21, 2020

The current database interaction process for inserts is entangled in the factory class. This makes no sense from an SRP perspective and it also means you cannot create a transaction without storing it immediately and you cannot insert multiple transactions in batch (meaning you cannot enforce that either all or none of the transactions happen).

Needs reworking

@vswarte vswarte added the enhancement New feature or request label Apr 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant