This extension for Visual Studio Code allows you to read JSON configuration files from your project and insert data into a MongoDB database. It connects to the MongoDB database based on the details provided in a .env file in your workspace. The extension registers a command generatev3.generate to trigger the process.
⚠️ This extension is intended for local use only.
Features
✅ Read JSON files from specified folders.
✅ Compare database local environment with config map.
✅ Insert structured data into MongoDB collections.
✅ Support for multiple configuration file types (protocols, commands, conditions, etc.).
✅ Automatic re-app after generate data
✅ Provides real-time message notification in the VS Code Status Bar (Generate v3).
Release Notes
[1.0.2] - 2025-08-08
Added
just re-app only on working another db working space
[1.0.1] - 2025-07-30
Added
Set a 5-second timeout for database connection
Changed
Hide status bar when uploading in a non-primary environment zone
[1.0.0] - 2025-07-25
Added
Initial release of GOD-APIM GenerateV3 VS Code extension