I'm trying to figure out how to implement relative path instead of the absolute one so I can use the project on other computers. Currently, my connection looks like this
string dataSource = "Data Source=C:\\Users\\John\\source\\repos\\BloodBankNET\\Baza\\PravaBaza.sqlite";
I'll be sending the folder BloodBankNET
to the other computer, so ideally it would look something like this
..\\BloodBankNET\\Baza\\PravaBaza.sqlite