FAQ - PuzzleServer/mainpuzzleserver GitHub Wiki
Table of contents
How do I see the database during local testing?
- Go to Visual Studio
- View --> SQL Server Object Explorer
- You should see your tables under
(localdb)\MSSQLLocalDB
>Databases
>PuzzleServer
>Tables
- To see the data, right click on the desired table >
View Data