POCO Class Generator
Description
This VSCode extension generates POCO classes from a database configuration file (dab-config.json ).
Features
- Select a
dab-config.json file to generate POCO classes.
- Prompts for a database connection string.
- Generates POCO classes based on the entities defined in the configuration file.
Requirements
- Node.js and npm must be installed.
- SQL Server database connection.
Extension Settings
This extension does not add any settings to VSCode.
Known Issues
No known issues at this time.
Release Notes
1.0.0
Usage
- Open the command palette (
Ctrl+Shift+P ).
- Run the command
Generate POCO Classes .
- Select the
dab-config.json file.
- Enter the database connection string when prompted.
Contributing
Feel free to submit issues and pull requests.
| |