You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: