How to add a local database file in Visual Studio Mac 2017

I am building a hotel management service in C # on Visual Studio (Mac), and I cannot find a good explanation of how to add a local database file to my project. I created a database table in an open office (.odb file), but it does not seem to me that this is a way to implement it in my project. The documentation is nothing like this. Has anyone figured out how to add databases to a Mac Visual Studio project?

+6
source share
3 answers

there is no localDB in Visual Studio for Mac, you need to install the docker image for sql server.

here's the link

+11
source

SQL Server Mac:

https://database.guide/how-to-install-sql-server-on-a-mac/

Docker SQL-. , . SQL Management Studio Mac .

, - .

+1

sqlite


Microsoft RazorPagesMovie sqlite localdb Visual Studio 2019 Mac:

  1. : Razor Pages ASP.NET Core
  2. : Razor Pages ASP.NET Core.
0
source

Source: https://habr.com/ru/post/1680576/


All Articles