mmcpp16 / tsi-project

0 stars 0 forks source link

SQLite3 Connection #15

Closed ayan-ahmad closed 4 months ago

ayan-ahmad commented 4 months ago

As a developer I want to add a util to connect to the sqllite3 database So that we can store structured/scale-able data for our orders

ayan-ahmad commented 4 months ago

Definition of Done:

Create a util that instantiates only 1 instance of the db connection and can provide this object outside of itself. There should be space for helper functions to be added in the future to prevent DRY code.