Future commands may include functionality like a currency system for users, or a point tracking system for users. Create a schema for keeping track of user specific details using a relational database like Postgres. You have freedom to decide the schema.
This issue is part one of a chain of issues (As this setup is a long process). Future issues will entail creating functions that abstract the process of reading and writing into the database.
The end goal of this issue is to facilitate the creating of commands that require keeping track of user specific details.
Future commands may include functionality like a currency system for users, or a point tracking system for users. Create a schema for keeping track of user specific details using a relational database like Postgres. You have freedom to decide the schema.
This issue is part one of a chain of issues (As this setup is a long process). Future issues will entail creating functions that abstract the process of reading and writing into the database.
The end goal of this issue is to facilitate the creating of commands that require keeping track of user specific details.