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

Possible demo with token database access? #55

Open
JohnAD opened this issue Jul 24, 2023 · 1 comment
Open

Possible demo with token database access? #55

JohnAD opened this issue Jul 24, 2023 · 1 comment

Comments

@JohnAD
Copy link

JohnAD commented Jul 24, 2023

I like that the library does NOT have a database dependency, narrowly focusing on the proper handling of transactions instead.

However, it would be really nice if there were a real-world example or demo of it being used in the context of some kinds of DB or storage. It could be as simple as a SQLite backend. I can't imagine a real-world usage of this library without permanent storage. The demo would be showing an example of:

  • serializing/saving a new transaction into a set of db tables
  • reading from db tables into an accountant object and demonstrating the return of a balance, etc.
@JohnAD
Copy link
Author

JohnAD commented Jul 24, 2023

Or, I could create such a demo and send it in a PR. 😄

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

No branches or pull requests

1 participant