I use NoSQLBooster for MongoDB to handle DDL and DCL scripts like scripts for creating database and users, collection validators, initializing some collections and so on; but I use .NET CORE to develop the software and therefore I mainly use the Visual Studio to develop the application.
I remember VS2008 had a project template to handle SQL Server scripts, now is there a project template in Visual Studio to handle MongoDB data scripts?
Update 1: I need a project template to:
- Let me save/categorize my script file
- Let me execute/debug a single script
- Let me create execution configurations and execute them
- Gives Intellisense while developing