I am trying to manage the information related to Share and Security such as: - The company. - The person who is the CEO, Director of the company. - The number of share of this company. - The company related to this company. ..... So on and so many. I am wondering if I can ask here to looking for people who have do the similar and can share the database schema in Microsoft SQL or NEO4J. Thanks in advanace.
N
Nguyen Tu n Anh 921
@Nguyen Tu n Anh 921
Posts
-
Can any body share the schema database for security and share. -
How can I setup connectionstring to a webroot dirDir all. I am a new here. I just start a Web NETcore 5.0 MVC and the connectionstring has been set in the
appsettings.json
like this:
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=ManagementSystem;Trusted_Connection=True;MultipleActiveResultSets=true"
}I know that the database will be create in the "
C:\Users\Nguyen Tuan Anh
" You can see the projet is here: GitHub - nguyentuananh921/HomeJob[^] I want to setup the database so it is created in Project Folder as a relative not fix so that when I upload to github and then I can come to other pc and clone it without losing data. Thanks.