Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
generator-jhipster-mssql
Advanced tools
JHipster module for adding MS-SQL capabilities to a generated app.
JHipster module for adding Microsoft SQL capabilities to a generated application.
As of JHipster v3.12.1, MSSQL is an official choice in the generator! Please use this module only if you are building a project with an older version (<= v3.12.0).
This is a JHipster module, that is meant to be used in a JHipster application.
As this is a JHipster module, we expect you have JHipster and its related tools already installed:
To install this module:
npm install -g generator-jhipster-mssql
To update this module:
npm update -g generator-jhipster-mssql
To enable MSSQL for your project:
yo jhipster-mssql
A docker-compose configuration is generated for you in src/main/docker
. Run docker-compose -f src/main/docker/mssql.yml up -d
in order to launch a local SQL Server. Running this image requires docker
to have more than 3.25GB of RAM.
This was tested with an Azure-hosted MSSQL database and initial JHipster database settings of MySQL.
You will need to manually add date and autoincrement properties to Liquibase changelogs for any generated entities (copy from the initial changelog). This will change in the next version.
Apache-2.0 © [Jonathan Ruddell]
FAQs
JHipster module for adding MS-SQL capabilities to a generated app.
We found that generator-jhipster-mssql demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.