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

[oba] use a database to store all orders #1441

Open
josojo opened this issue Sep 22, 2020 · 0 comments
Open

[oba] use a database to store all orders #1441

josojo opened this issue Sep 22, 2020 · 0 comments
Labels
oba One Batch Auctions

Comments

@josojo
Copy link
Contributor

josojo commented Sep 22, 2020

Initially, all orders will only be stored in memory. But in order to not lose all data after restarting and being able to store a lot of information, we should use a database:

probably, we should use the diesel library for it, just due to its popularity. But I am curious about your opinions.

diesel is not async, maybe we should switch to sqlx: We need to research a solution tbd

@nlordell nlordell added the oba One Batch Auctions label Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
oba One Batch Auctions
Projects
None yet
Development

No branches or pull requests

2 participants