Aryan Mehrotra
Aryan Mehrotra
@sanket-deepsource can we merge this?
Sure, assigning to you!
Sure @tdadadavid will assign to you.
@tdadadavid wanted to check if you are working on this issue?
Sure @kailashchoudhary11 Assigning it to you!
@rokerzfirst101 Rather than taking connection string from the user, we can take the configs in the following way and keep it consistent across for all SQL databases which we currently...
Hey, sorry for the late response, we were figuring out the interface for the same. you can implement this the way file store has been implemented. https://github.com/gofr-dev/gofr/blob/development/pkg/gofr/datasource/file.go
Sure, will assign.
Support is yet to be added for the same @TheMarvelFan
Hi @vishaljangid1729 we would want it to be implemented in the similar way Mongo is being implemented. we have defined it interface and methods in gofr : https://github.com/gofr-dev/gofr/blob/development/pkg/gofr/datasource/mongo.go and its...