[Part 4] Repository creation
Now that we have created the database, schema and the entities let's go ahead and create the repositories which will use the entities to interact with our database.
Create a folder called repository under src and it will have the following files:
tod...
omprakashsridharan.hashnode.dev2 min read