{"_id":"@amplication/plugin-db-sqlserver","_rev":"18-f4a1e208afd03cb9844e4d38288d9f26","name":"@amplication/plugin-db-sqlserver","dist-tags":{"latest":"0.0.4","beta":"0.0.7-beta.pr-354.1e83d71"},"versions":{"0.0.1":{"name":"@amplication/plugin-db-sqlserver","version":"0.0.1","author":{"name":"Muly Gottlieb"},"license":"Apache-2.0","_id":"@amplication/plugin-db-sqlserver@0.0.1","maintainers":[{"name":"amplication-bot","email":"engineering@amplication.com"},{"name":"mulygottlieb","email":"muly@amplication.com"},{"name":"levivannoort","email":"vanNoort.levi@protonmail.com"},{"name":"overbit","email":"daniele.iasella@gmail.com"},{"name":"barshimi","email":"barshimi@gmail.com"},{"name":"morhag","email":"mor@amplication.com"},{"name":"amitbarletz","email":"amit@amplication.com"},{"name":"yuvalhazaz","email":"hazaz.yuval@gmail.com"}],"dist":{"shasum":"0f959cee033be68419b574e195998ff4d8497bc6","tarball":"https://registry.npmjs.org/@amplication/plugin-db-sqlserver/-/plugin-db-sqlserver-0.0.1.tgz","fileCount":11,"integrity":"sha512-K6iPzQ8SujuG5/kocnURCKTFRIG+l6eaFYAFwlXGWEdpT//XxN1X+RVwdILNtoKmelEWWGvd8AJkQ2vxuAvkPg==","signatures":[{"sig":"MEYCIQDrooE7rAH2WccPKgmCn8RmLgWa91DHXF8wixTcH7/f5QIhAP0qbGPgmsOnUfmgIY0pyYlNCbh592IS1x8WzVBcBBbE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":189851},"main":"dist/index.js","gitHead":"0d48cfa875b08110a209e7e1f63e7fd48c75eee7","scripts":{"dev":"webpack --watch","build":"webpack","prebuild":"rimraf dist","format:write":"prettier --write \"**/*.{js,ts}\""},"_npmUser":{"name":"mulygottlieb","email":"muly@amplication.com"},"_npmVersion":"8.11.0","description":"Use an MS SQL Server database in a service generated by Amplication","directories":{},"_nodeVersion":"18.3.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.21.0","lodash":"^4.17.21","rimraf":"^4.4.1","webpack":"^5.75.0","prettier":"^2.8.7","ts-loader":"^9.4.2","camel-case":"^4.1.2","typescript":"^4.9.3","webpack-cli":"^5.0.1","@babel/types":"^7.18.10","@babel/parser":"^7.18.11","@types/lodash":"^4.14.182","prisma-schema-dsl":"^2.1.6","jest-mock-extended":"^2.0.7","copy-webpack-plugin":"^11.0.0","@types/normalize-path":"^3.0.0","prisma-schema-dsl-types":"^1.1.2","@typescript-eslint/parser":"^5.33.0","@amplication/code-gen-types":"^2.0.7","@typescript-eslint/eslint-plugin":"^5.33.0"},"_npmOperationalInternal":{"tmp":"tmp/plugin-db-sqlserver_0.0.1_1694529325640_0.9209550302257976","host":"s3://npm-registry-packages"}},"0.0.1-beta.pr-289.0d3954c":{"name":"@amplication/plugin-db-sqlserver","version":"0.0.1-beta.pr-289.0d3954c","author":{"name":"Muly Gottlieb"},"license":"Apache-2.0","_id":"@amplication/plugin-db-sqlserver@0.0.1-beta.pr-289.0d3954c","maintainers":[{"name":"amplication-bot","email":"engineering@amplication.com"},{"name":"mulygottlieb","email":"muly@amplication.com"},{"name":"levivannoort","email":"vanNoort.levi@protonmail.com"},{"name":"overbit","email":"daniele.iasella@gmail.com"},{"name":"barshimi","email":"barshimi@gmail.com"},{"name":"morhag","email":"mor@amplication.com"},{"name":"amitbarletz","email":"amit@amplication.com"},{"name":"yuvalhazaz","email":"hazaz.yuval@gmail.com"}],"nx":{},"dist":{"shasum":"1706aa0eef145d4b33957ac7009cdc228263860e","tarball":"https://registry.npmjs.org/@amplication/plugin-db-sqlserver/-/plugin-db-sqlserver-0.0.1-beta.pr-289.0d3954c.tgz","fileCount":13,"integrity":"sha512-UAAZdmc+fbhdF2D/fOzWCl4dIfgdfopBDq87fXmnlUBxPxobz/n7rFXKIWzFQLTCzk3FMWAVOwoONwgWPaM9EQ==","signatures":[{"sig":"MEYCIQDLL8O5/IlSvPleip6D03tDrHYW3bJAHyQhxJPDO0+yagIhAPTgsqWw7G3724tYjLajDg4tRvu/4wr2eap/w0gCzOMq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":197293},"main":"dist/index.js","readme":"# @amplication/plugin-db-sqlserver\n\n[![NPM Downloads](https://img.shields.io/npm/dt/@amplication/plugin-db-sqlserver)](https://www.npmjs.com/package/@amplication/plugin-db-sqlserver)\n\nUse an MS SQL Server database in the service generated by Amplication.\n\n## Purpose\n\nThis plugin adds the required code to use MS SQL Server database in the service generated by Amplication.\nIt updates the following parts:\n\n- Updates the datasource on the `schema.prisma` file\n- Adds the required services and variables to `docker-compose.yml`\n- Add the `db` service to the `docker-compose.dev.yml`\n- Add the required environment variables to `.env`\n\n## Configuration\n\nThe plugin uses the parameters configured on the plugin settings page.\nThese settings include: `host`, `port`, `user`, `password`, `dbName`\n\n## Usage\n\nThis plugin integrates with the all default tasks and scripts used by the generated service:\n\n```json\n    \"seed\": \"ts-node scripts/seed.ts\",\n    \"db:migrate-save\": \"prisma migrate dev\",\n    \"db:migrate-up\": \"prisma migrate deploy\",\n    \"db:clean\": \"ts-node scripts/clean.ts\",\n    \"db:init\": \"run-s \\\"db:migrate-save -- --name 'initial version'\\\" db:migrate-up seed\",\n    \"prisma:generate\": \"prisma generate\",\n    \"docker:db\": \"docker-compose -f docker-compose.db.yml up -d\",\n    \"docker:build\": \"docker build .\",\n    \"compose:up\": \"docker-compose up -d\",\n    \"compose:down\": \"docker-compose down --volumes\"\n```\n","gitHead":"607d22a1059663ecf5a89c669e84d0f6f4e1eece","scripts":{"dev":"webpack --watch","build":"webpack","prebuild":"rimraf dist","format:write":"prettier --write \"**/*.{js,ts}\""},"_npmUser":{"name":"amplication-bot","email":"engineering@amplication.com"},"_npmVersion":"9.8.1","description":"Use an MS SQL Server database in a service generated by Amplication","directories":{},"_nodeVersion":"18.18.2","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^8.21.0","lodash":"^4.17.21","rimraf":"^4.4.1","webpack":"^5.75.0","prettier":"^2.8.7","ts-loader":"^9.4.2","camel-case":"^4.1.2","typescript":"^4.9.3","webpack-cli":"^5.0.1","@babel/types":"^7.18.10","@babel/parser":"^7.18.11","@types/lodash":"^4.14.182","prisma-schema-dsl":"^2.1.6","jest-mock-extended":"^2.0.7","copy-webpack-plugin":"^11.0.0","@types/normalize-path":"^3.0.0","prisma-schema-dsl-types":"^1.1.2","@typescript-eslint/parser":"^5.33.0","@amplication/code-gen-types":"^2.0.17","@amplication/code-gen-utils":"^0.0.7","@typescript-eslint/eslint-plugin":"^5.33.0"},"_npmOperationalInternal":{"tmp":"tmp/plugin-db-sqlserver_0.0.1-beta.pr-289.0d3954c_1700659883021_0.740113953004085","host":"s3://npm-registry-packages"}},"0.0.1-beta.pr-295.e09faa7":{"name":"@amplication/plugin-db-sqlserver","version":"0.0.1-beta.pr-295.e09faa7","author":{"name":"Muly Gottlieb"},"license":"Apache-2.0","_id":"@amplication/plugin-db-sqlserver@0.0.1-beta.pr-295.e09faa7","maintainers":[{"name":"amplication-bot","email":"engineering@amplication.com"},{"name":"mulygottlieb","email":"muly@amplication.com"},{"name":"levivannoort","email":"vanNoort.levi@protonmail.com"},{"name":"overbit","email":"daniele.iasella@gmail.com"},{"name":"barshimi","email":"barshimi@gmail.com"},{"name":"morhag","email":"mor@amplication.com"},{"name":"amitbarletz","email":"amit@amplication.com"},{"name":"yuvalhazaz","email":"hazaz.yuval@gmail.com"}],"nx":{},"dist":{"shasum":"34b5336e713f0795e086df6fb9759f80269f66cd","tarball":"https://registry.npmjs.org/@amplication/plugin-db-sqlserver/-/plugin-db-sqlserver-0.0.1-beta.pr-295.e09faa7.tgz","fileCount":13,"integrity":"sha512-4PtcbqA9lh/BND3VD0IGvPE3jzQtqLqgoNvSLXDkktU6bbZGhQ+ilUbdPLjLfcvRLiXxYvoQDIE1gjnBu15sjw==","signatures":[{"sig":"MEUCIQDeJvV/t9pvkrZEyesREnEwpiqokbtrKZ5yskcdTViD7AIgJbQUGg1RrzQwIimQ5/FZhWr8nI0+Yhdy5NphC5VYyEU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":197367},"main":"dist/index.js","readme":"# @amplication/plugin-db-sqlserver\n\n[![NPM Downloads](https://img.shields.io/npm/dt/@amplication/plugin-db-sqlserver)](https://www.npmjs.com/package/@amplication/plugin-db-sqlserver)\n\nUse an MS SQL Server database in the service generated by Amplication.\n\n## Purpose\n\nThis plugin adds the required code to use MS SQL Server database in the service generated by Amplication.\nIt updates the following parts:\n\n- Updates the datasource on the `schema.prisma` file\n- Adds the required services and variables to `docker-compose.yml`\n- Add the `db` service to the `docker-compose.dev.yml`\n- Add the required environment variables to `.env`\n\n## Configuration\n\nThe plugin uses the parameters configured on the plugin settings page.\nThese settings include: `host`, `port`, `user`, `password`, `dbName`\n\n## Usage\n\nThis plugin integrates with the all default tasks and scripts used by the generated service:\n\n```json\n    \"seed\": \"ts-node scripts/seed.ts\",\n    \"db:migrate-save\": \"prisma migrate dev\",\n    \"db:migrate-up\": \"prisma migrate deploy\",\n    \"db:clean\": \"ts-node scripts/clean.ts\",\n    \"db:init\": \"run-s \\\"db:migrate-save -- --name 'initial version'\\\" db:migrate-up seed\",\n    \"prisma:generate\": \"prisma generate\",\n    \"docker:db\": \"docker-compose -f docker-compose.db.yml up -d\",\n    \"docker:build\": \"docker build .\",\n    \"compose:up\": \"docker-compose up -d\",\n    \"compose:down\": \"docker-compose down --volumes\"\n```\n","gitHead":"40155e1db719f85a5b8d4be19e317980ab63c633","scripts":{"dev":"webpack --watch","build":"webpack","prebuild":"rimraf dist","format:write":"prettier --write \"**/*.{js,ts}\""},"_npmUser":{"name":"amplication-bot","email":"engineering@amplication.com"},"_npmVersion":"9.8.1","description":"Use an MS SQL Server database in a service generated by Amplication","directories":{},"_nodeVersion":"18.18.2","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^8.21.0","lodash":"^4.17.21","rimraf":"^4.4.1","webpack":"^5.75.0","prettier":"^2.8.7","ts-loader":"^9.4.2","camel-case":"^4.1.2","typescript":"^4.9.3","webpack-cli":"^5.0.1","@babel/types":"^7.18.10","@babel/parser":"^7.18.11","@types/lodash":"^4.14.182","prisma-schema-dsl":"^2.1.6","jest-mock-extended":"^2.0.7","copy-webpack-plugin":"^11.0.0","@types/normalize-path":"^3.0.0","prisma-schema-dsl-types":"^1.1.2","@typescript-eslint/parser":"^5.33.0","@amplication/code-gen-types":"^2.0.17","@amplication/code-gen-utils":"^0.0.7","@typescript-eslint/eslint-plugin":"^5.33.0"},"_npmOperationalInternal":{"tmp":"tmp/plugin-db-sqlserver_0.0.1-beta.pr-295.e09faa7_1701091167243_0.33863719912285606","host":"s3://npm-registry-packages"}},"0.0.2-beta.pr-297.80f0b66":{"name":"@amplication/plugin-db-sqlserver","version":"0.0.2-beta.pr-297.80f0b66","author":{"name":"Muly Gottlieb"},"license":"Apache-2.0","_id":"@amplication/plugin-db-sqlserver@0.0.2-beta.pr-297.80f0b66","maintainers":[{"name":"amplication-bot","email":"engineering@amplication.com"},{"name":"mulygottlieb","email":"muly@amplication.com"},{"name":"levivannoort","email":"vanNoort.levi@protonmail.com"},{"name":"overbit","email":"daniele.iasella@gmail.com"},{"name":"barshimi","email":"barshimi@gmail.com"},{"name":"morhag","email":"mor@amplication.com"},{"name":"amitbarletz","email":"amit@amplication.com"},{"name":"yuvalhazaz","email":"hazaz.yuval@gmail.com"}],"nx":{},"dist":{"shasum":"5e92710a1387cef1f1e867203fcc4fed25f4120d","tarball":"https://registry.npmjs.org/@amplication/plugin-db-sqlserver/-/plugin-db-sqlserver-0.0.2-beta.pr-297.80f0b66.tgz","fileCount":13,"integrity":"sha512-qYFJK2H2Yx7DjnsxTNjB1FeAVOkhn89T0lJoD12iLJROxMGIjxqrsjfh8hOrTCgFChmRsA1fsrDisSQVJ4t7RQ==","signatures":[{"sig":"MEUCID/hy5BeL8IwdyaKTzFwPkaHB/5hcu6Yl8wlDnJeQomuAiEAtvAFS0x3jBquhn4Iv4MN8obbXZgGNakfNADzN5sdbEs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":197373},"main":"dist/index.js","readme":"# @amplication/plugin-db-sqlserver\n\n[![NPM Downloads](https://img.shields.io/npm/dt/@amplication/plugin-db-sqlserver)](https://www.npmjs.com/package/@amplication/plugin-db-sqlserver)\n\nUse an MS SQL Server database in the service generated by Amplication.\n\n## Purpose\n\nThis plugin adds the required code to use MS SQL Server database in the service generated by Amplication.\nIt updates the following parts:\n\n- Updates the datasource on the `schema.prisma` file\n- Adds the required services and variables to `docker-compose.yml`\n- Add the `db` service to the `docker-compose.dev.yml`\n- Add the required environment variables to `.env`\n\n## Configuration\n\nThe plugin uses the parameters configured on the plugin settings page.\nThese settings include: `host`, `port`, `user`, `password`, `dbName`\n\n## Usage\n\nThis plugin integrates with the all default tasks and scripts used by the generated service:\n\n```json\n    \"seed\": \"ts-node scripts/seed.ts\",\n    \"db:migrate-save\": \"prisma migrate dev\",\n    \"db:migrate-up\": \"prisma migrate deploy\",\n    \"db:clean\": \"ts-node scripts/clean.ts\",\n    \"db:init\": \"run-s \\\"db:migrate-save -- --name 'initial version'\\\" db:migrate-up seed\",\n    \"prisma:generate\": \"prisma generate\",\n    \"docker:db\": \"docker-compose -f docker-compose.db.yml up -d\",\n    \"docker:build\": \"docker build .\",\n    \"compose:up\": \"docker-compose up -d\",\n    \"compose:down\": \"docker-compose down --volumes\"\n```\n","gitHead":"c7bc8663c51755347539711cfa02f9eda15f1941","scripts":{"dev":"webpack --watch","build":"webpack","prebuild":"rimraf dist","format:write":"prettier --write \"**/*.{js,ts}\""},"_npmUser":{"name":"amplication-bot","email":"engineering@amplication.com"},"_npmVersion":"9.8.1","description":"Use an MS SQL Server database in a service generated by Amplication","directories":{},"_nodeVersion":"18.18.2","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^8.21.0","lodash":"^4.17.21","rimraf":"^4.4.1","webpack":"^5.75.0","prettier":"^2.8.7","ts-loader":"^9.4.2","camel-case":"^4.1.2","typescript":"^4.9.3","webpack-cli":"^5.0.1","@babel/types":"^7.18.10","@babel/parser":"^7.18.11","@types/lodash":"^4.14.182","prisma-schema-dsl":"^2.1.6","jest-mock-extended":"^2.0.7","copy-webpack-plugin":"^11.0.0","@types/normalize-path":"^3.0.0","prisma-schema-dsl-types":"^1.1.2","@typescript-eslint/parser":"^5.33.0","@amplication/code-gen-types":"^2.0.17","@amplication/code-gen-utils":"^0.0.7","@typescript-eslint/eslint-plugin":"^5.33.0"},"_npmOperationalInternal":{"tmp":"tmp/plugin-db-sqlserver_0.0.2-beta.pr-297.80f0b66_1701193110254_0.07199397809676178","host":"s3://npm-registry-packages"}},"0.0.2":{"name":"@amplication/plugin-db-sqlserver","version":"0.0.2","author":{"name":"Muly Gottlieb"},"license":"Apache-2.0","_id":"@amplication/plugin-db-sqlserver@0.0.2","maintainers":[{"name":"amplication-bot","email":"engineering@amplication.com"},{"name":"mulygottlieb","email":"muly@amplication.com"},{"name":"levivannoort","email":"vanNoort.levi@protonmail.com"},{"name":"overbit","email":"daniele.iasella@gmail.com"},{"name":"barshimi","email":"barshimi@gmail.com"},{"name":"morhag","email":"mor@amplication.com"},{"name":"amitbarletz","email":"amit@amplication.com"},{"name":"yuvalhazaz","email":"hazaz.yuval@gmail.com"}],"nx":{},"dist":{"shasum":"51fcdade609825720bd17b6cb9b642c564b5cd87","tarball":"https://registry.npmjs.org/@amplication/plugin-db-sqlserver/-/plugin-db-sqlserver-0.0.2.tgz","fileCount":13,"integrity":"sha512-srsCrwdZ88iI85m+TJTnTgnwcrHBkMedGJzWwNt2ez/JcJ/1LMgNz3Om6dDAQWdDJ8vR/n/gyXhUdISej8SrHw==","signatures":[{"sig":"MEUCIQDBTIr4QkdJuB7xTlLv8x8LJJJG4GtnkV7dfbv66dBcqAIgEtSnp5nFgjRjGMqS3zgs7QXDYfAPYESoC1/8WaJ5ATQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":197353},"main":"dist/index.js","gitHead":"cc05b0f0c9675cdae28fd7216ad4a04ac5169e99","scripts":{"dev":"webpack --watch","build":"webpack","prebuild":"rimraf dist","format:write":"prettier --write \"**/*.{js,ts}\""},"_npmUser":{"name":"amplication-bot","email":"engineering@amplication.com"},"_npmVersion":"9.8.1","description":"Use an MS SQL Server database in a service generated by Amplication","directories":{},"_nodeVersion":"18.18.2","_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.21.0","lodash":"^4.17.21","rimraf":"^4.4.1","webpack":"^5.75.0","prettier":"^2.8.7","ts-loader":"^9.4.2","camel-case":"^4.1.2","typescript":"^4.9.3","webpack-cli":"^5.0.1","@babel/types":"^7.18.10","@babel/parser":"^7.18.11","@types/lodash":"^4.14.182","prisma-schema-dsl":"^2.1.6","jest-mock-extended":"^2.0.7","copy-webpack-plugin":"^11.0.0","@types/normalize-path":"^3.0.0","prisma-schema-dsl-types":"^1.1.2","@typescript-eslint/parser":"^5.33.0","@amplication/code-gen-types":"^2.0.17","@amplication/code-gen-utils":"^0.0.7","@typescript-eslint/eslint-plugin":"^5.33.0"},"_npmOperationalInternal":{"tmp":"tmp/plugin-db-sqlserver_0.0.2_1701193692555_0.7199934014069616","host":"s3://npm-registry-packages"}},"0.0.3":{"name":"@amplication/plugin-db-sqlserver","version":"0.0.3","author":{"name":"Muly Gottlieb"},"license":"Apache-2.0","_id":"@amplication/plugin-db-sqlserver@0.0.3","maintainers":[{"name":"amplication-bot","email":"engineering@amplication.com"},{"name":"mulygottlieb","email":"muly@amplication.com"},{"name":"levivannoort","email":"vanNoort.levi@protonmail.com"},{"name":"overbit","email":"daniele.iasella@gmail.com"},{"name":"barshimi","email":"barshimi@gmail.com"},{"name":"morhag","email":"mor@amplication.com"},{"name":"amitbarletz","email":"amit@amplication.com"},{"name":"yuvalhazaz","email":"hazaz.yuval@gmail.com"}],"nx":{},"dist":{"shasum":"159c7874b5c8a2fda4d5200eb9dc4a357c64703e","tarball":"https://registry.npmjs.org/@amplication/plugin-db-sqlserver/-/plugin-db-sqlserver-0.0.3.tgz","fileCount":13,"integrity":"sha512-qiRwGA2fLRRVvxvi3GDbdHQMDR/Pe5ybUIOxuuzYW+FqXAN1l7TaSIt/L/w6eZbZUegVWcyx/OI/wwFt0B6N4w==","signatures":[{"sig":"MEUCIQDVEpDp3vcWIxvOmnVQkodGLwizH+AJwLfQT6Alny9uswIga7cYciI0LGkCJJZS88+0UxAI0nlyrO6BXjUpBd9XcFE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":197010},"main":"dist/index.js","gitHead":"2430524073c1ab3ba27de8174e4a5322d3481aa0","scripts":{"dev":"webpack --watch","build":"webpack","prebuild":"rimraf dist"},"_npmUser":{"name":"amplication-bot","email":"engineering@amplication.com"},"_npmVersion":"10.2.3","description":"Use an MS SQL Server database in a service generated by Amplication","directories":{},"_nodeVersion":"18.19.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.21.0","lodash":"^4.17.21","rimraf":"^4.4.1","webpack":"^5.75.0","prettier":"^2.8.7","ts-loader":"^9.4.2","camel-case":"^4.1.2","typescript":"^4.9.3","webpack-cli":"^5.0.1","@babel/types":"^7.18.10","@babel/parser":"^7.18.11","@types/lodash":"^4.14.182","prisma-schema-dsl":"^2.1.6","jest-mock-extended":"^2.0.7","copy-webpack-plugin":"^11.0.0","@types/normalize-path":"^3.0.0","prisma-schema-dsl-types":"^1.1.2","@typescript-eslint/parser":"^5.33.0","@amplication/code-gen-types":"^2.0.17","@amplication/code-gen-utils":"^0.0.7","@typescript-eslint/eslint-plugin":"^5.33.0"},"_npmOperationalInternal":{"tmp":"tmp/plugin-db-sqlserver_0.0.3_1703752167306_0.4886228550923257","host":"s3://npm-registry-packages"}},"0.0.4":{"name":"@amplication/plugin-db-sqlserver","version":"0.0.4","author":{"name":"Muly Gottlieb"},"license":"Apache-2.0","_id":"@amplication/plugin-db-sqlserver@0.0.4","maintainers":[{"name":"amplication-bot","email":"engineering@amplication.com"},{"name":"mulygottlieb","email":"muly@amplication.com"},{"name":"levivannoort","email":"vanNoort.levi@protonmail.com"},{"name":"overbit","email":"daniele.iasella@gmail.com"},{"name":"barshimi","email":"barshimi@gmail.com"},{"name":"morhag","email":"mor@amplication.com"},{"name":"amitbarletz","email":"amit@amplication.com"},{"name":"yuvalhazaz","email":"hazaz.yuval@gmail.com"}],"nx":{},"dist":{"shasum":"fc478a5ab2e03b46f600fac9e901a15e80b7d076","tarball":"https://registry.npmjs.org/@amplication/plugin-db-sqlserver/-/plugin-db-sqlserver-0.0.4.tgz","fileCount":13,"integrity":"sha512-InheF68+EOB77QVCs+4KLVySfh+rQUtPbG//a6RaDYRY26mNRDtbSFTZ9hqnlCNSd7Sa2mviTzG6oYEseqqYfg==","signatures":[{"sig":"MEQCIBdSPlHf5GOdHaTiiTHzd3o+62jt4c0nx5jTgcUq+3eQAiAZhuyxighwWOfOBEp/31CXF2O7h+DuAoNDWz57i8t8Mg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":197010},"main":"dist/index.js","gitHead":"a3013af17c40f329488598221d037d0d30e3a96c","scripts":{"dev":"webpack --watch","build":"webpack","prebuild":"rimraf dist"},"_npmUser":{"name":"amplication-bot","email":"engineering@amplication.com"},"_npmVersion":"10.2.3","description":"Use an MS SQL Server database in a service generated by Amplication","directories":{},"_nodeVersion":"18.19.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.21.0","lodash":"^4.17.21","rimraf":"^4.4.1","webpack":"^5.75.0","prettier":"^2.8.7","ts-loader":"^9.4.2","camel-case":"^4.1.2","typescript":"^4.9.3","webpack-cli":"^5.0.1","@babel/types":"^7.18.10","@babel/parser":"^7.18.11","@types/lodash":"^4.14.182","prisma-schema-dsl":"^2.1.6","jest-mock-extended":"^2.0.7","copy-webpack-plugin":"^11.0.0","@types/normalize-path":"^3.0.0","prisma-schema-dsl-types":"^1.1.2","@typescript-eslint/parser":"^5.33.0","@amplication/code-gen-types":"^2.0.17","@amplication/code-gen-utils":"^0.0.7","@typescript-eslint/eslint-plugin":"^5.33.0"},"_npmOperationalInternal":{"tmp":"tmp/plugin-db-sqlserver_0.0.4_1703760961228_0.9880827481529006","host":"s3://npm-registry-packages"}},"0.0.5":{"name":"@amplication/plugin-db-sqlserver","version":"0.0.5","author":{"name":"Muly Gottlieb"},"license":"Apache-2.0","_id":"@amplication/plugin-db-sqlserver@0.0.5","maintainers":[{"name":"amplication-bot","email":"engineering@amplication.com"},{"name":"mulygottlieb","email":"muly@amplication.com"},{"name":"levivannoort","email":"vanNoort.levi@protonmail.com"},{"name":"overbit","email":"daniele.iasella@gmail.com"},{"name":"barshimi","email":"barshimi@gmail.com"},{"name":"morhag","email":"mor@amplication.com"},{"name":"amitbarletz","email":"amit@amplication.com"},{"name":"yuvalhazaz","email":"hazaz.yuval@gmail.com"}],"nx":{},"dist":{"shasum":"75869a2ef5d3ddaeaba1a58f60aa50808203b1ef","tarball":"https://registry.npmjs.org/@amplication/plugin-db-sqlserver/-/plugin-db-sqlserver-0.0.5.tgz","fileCount":11,"integrity":"sha512-CCY/Qk/W3B2cauo1lsDOhXG5lAT7+5nzsAC3qfhEDner3DJmjMqGmhEPuG8O0+f3bnKT9N37l6/A7eYWplfUlw==","signatures":[{"sig":"MEUCIQCmtLXb+2Jo5mLD7+V+uw9djcq2nZXANszcfTVaXv//ewIgXTfOsHjZ0jnBrN2pN50ejvJHQoupZPUydiwdYQOGCUM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17100},"main":"dist/index.js","gitHead":"b691b143f55c108c744eb526b016d08f3ee027b0","scripts":{"dev":"webpack --watch","build":"webpack","prebuild":"rimraf dist"},"_npmUser":{"name":"amplication-bot","email":"engineering@amplication.com"},"deprecated":"This version is deprecated due to bugged release.","_npmVersion":"10.2.4","description":"Use an MS SQL Server database in a service generated by Amplication","directories":{},"_nodeVersion":"18.19.1","_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.21.0","lodash":"^4.17.21","rimraf":"^4.4.1","webpack":"^5.75.0","prettier":"^2.6.2","ts-loader":"^9.4.2","camel-case":"^4.1.2","typescript":"^4.9.3","webpack-cli":"^5.0.1","@babel/types":"^7.18.10","@babel/parser":"^7.18.11","@types/lodash":"^4.14.182","prisma-schema-dsl":"^2.1.6","jest-mock-extended":"^2.0.7","copy-webpack-plugin":"^12.0.2","@types/normalize-path":"^3.0.0","prisma-schema-dsl-types":"^1.1.2","@typescript-eslint/parser":"^5.33.0","@amplication/code-gen-types":"^2.0.23","@amplication/code-gen-utils":"^0.0.9","@typescript-eslint/eslint-plugin":"^5.33.0"},"_npmOperationalInternal":{"tmp":"tmp/plugin-db-sqlserver_0.0.5_1709917723688_0.8316967468595069","host":"s3://npm-registry-packages"}},"0.0.6":{"name":"@amplication/plugin-db-sqlserver","version":"0.0.6","author":{"name":"Muly Gottlieb"},"license":"Apache-2.0","_id":"@amplication/plugin-db-sqlserver@0.0.6","maintainers":[{"name":"amplication-bot","email":"engineering@amplication.com"},{"name":"mulygottlieb","email":"muly@amplication.com"},{"name":"levivannoort","email":"vanNoort.levi@protonmail.com"},{"name":"overbit","email":"daniele.iasella@gmail.com"},{"name":"barshimi","email":"barshimi@gmail.com"},{"name":"morhag","email":"mor@amplication.com"},{"name":"amitbarletz","email":"amit@amplication.com"},{"name":"yuvalhazaz","email":"hazaz.yuval@gmail.com"}],"nx":{},"dist":{"shasum":"d68aa7c089633676a54e3388b7947b9b2deb8b1a","tarball":"https://registry.npmjs.org/@amplication/plugin-db-sqlserver/-/plugin-db-sqlserver-0.0.6.tgz","fileCount":13,"integrity":"sha512-HLXBmTDTCe9ivlGqttuB1Y4iO0xd1sWS+5SHpEO9KFbquZfZBx+hI731vOvvLQiZi0QOw1lDcIeJOS9/rfK96w==","signatures":[{"sig":"MEQCIDyLhpXGdQ/ZEOw7ZK7QesdijmMcoC3dYZ6Jr5F4rqYzAiAB9tYpAUqDGt7vSUaDNxhktfF+ZqbYtqyt1qgjBqtGkA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":114305},"main":"dist/index.js","gitHead":"3bcbdd3404d2d13b3033284d1504c30ac01fd037","scripts":{"dev":"webpack --watch","build":"webpack","prebuild":"rimraf dist"},"_npmUser":{"name":"amplication-bot","email":"engineering@amplication.com"},"deprecated":"This version is deprecated due to bugged release.","_npmVersion":"10.2.4","description":"Use an MS SQL Server database in a service generated by Amplication","directories":{},"_nodeVersion":"18.19.1","_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.21.0","lodash":"^4.17.21","rimraf":"^4.4.1","webpack":"^5.75.0","prettier":"^2.6.2","ts-loader":"^9.4.2","camel-case":"^4.1.2","typescript":"^4.9.3","webpack-cli":"^5.0.1","@babel/types":"^7.18.10","@babel/parser":"^7.18.11","@types/lodash":"^4.14.182","prisma-schema-dsl":"^2.1.6","jest-mock-extended":"^2.0.7","copy-webpack-plugin":"^12.0.2","@types/normalize-path":"^3.0.0","prisma-schema-dsl-types":"^1.1.2","@typescript-eslint/parser":"^5.33.0","@amplication/code-gen-types":"^2.0.23","@amplication/code-gen-utils":"^0.0.9","@typescript-eslint/eslint-plugin":"^5.33.0"},"_npmOperationalInternal":{"tmp":"tmp/plugin-db-sqlserver_0.0.6_1709920846393_0.2464457256526369","host":"s3://npm-registry-packages"}},"0.0.7-beta.pr-354.31d30ce":{"name":"@amplication/plugin-db-sqlserver","version":"0.0.7-beta.pr-354.31d30ce","author":{"name":"Muly Gottlieb"},"license":"Apache-2.0","_id":"@amplication/plugin-db-sqlserver@0.0.7-beta.pr-354.31d30ce","maintainers":[{"name":"amplication-bot","email":"engineering@amplication.com"},{"name":"mulygottlieb","email":"muly@amplication.com"},{"name":"levivannoort","email":"vanNoort.levi@protonmail.com"},{"name":"overbit","email":"daniele.iasella@gmail.com"},{"name":"barshimi","email":"barshimi@gmail.com"},{"name":"morhag","email":"mor@amplication.com"},{"name":"amitbarletz","email":"amit@amplication.com"},{"name":"yuvalhazaz","email":"hazaz.yuval@gmail.com"}],"nx":{},"dist":{"shasum":"c47a7f139ec06a1316947568b735df99d2d81813","tarball":"https://registry.npmjs.org/@amplication/plugin-db-sqlserver/-/plugin-db-sqlserver-0.0.7-beta.pr-354.31d30ce.tgz","fileCount":5,"integrity":"sha512-NwO+0eZJsx2qn8z1fsKoXed6De/HrfA1+u/2elpd/eCye6LEFsut00U+3m0uEtdoUHLxgEbepQUmldsNhO/WiQ==","signatures":[{"sig":"MEUCIQDUo2yIyaex7PId0hrAmN/fgPO7NWxgH+jtNC1Om/yGfAIgIG29VOxI4KDulOMlE4otLdgDvWk6RRQyFDMBbpx6GGY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":99885},"main":"dist/index.js","readme":"# @amplication/plugin-db-sqlserver\n\n[![NPM Downloads](https://img.shields.io/npm/dt/@amplication/plugin-db-sqlserver)](https://www.npmjs.com/package/@amplication/plugin-db-sqlserver)\n\nUse an MS SQL Server database in the service generated by Amplication.\n\n## Purpose\n\nThis plugin adds the required code to use MS SQL Server database in the service generated by Amplication.\nIt updates the following parts:\n\n- Updates the datasource on the `schema.prisma` file\n- Adds the required services and variables to `docker-compose.yml`\n- Add the `db` service to the `docker-compose.dev.yml`\n- Add the required environment variables to `.env`\n\n## Configuration\n\nThe plugin uses the parameters configured on the plugin settings page.\nThese settings include: `host`, `port`, `user`, `password`, `dbName`\n\n## Usage\n\nThis plugin integrates with the all default tasks and scripts used by the generated service:\n\n```json\n    \"seed\": \"ts-node scripts/seed.ts\",\n    \"db:migrate-save\": \"prisma migrate dev\",\n    \"db:migrate-up\": \"prisma migrate deploy\",\n    \"db:clean\": \"ts-node scripts/clean.ts\",\n    \"db:init\": \"run-s \\\"db:migrate-save -- --name 'initial version'\\\" db:migrate-up seed\",\n    \"prisma:generate\": \"prisma generate\",\n    \"docker:db\": \"docker-compose -f docker-compose.db.yml up -d\",\n    \"docker:build\": \"docker build .\",\n    \"compose:up\": \"docker-compose up -d\",\n    \"compose:down\": \"docker-compose down --volumes\"\n```\n","gitHead":"31d30ceddcfeef89aba68f985ee37516408aada3","scripts":{"dev":"webpack --watch","build":"webpack","prebuild":"rimraf dist"},"_npmUser":{"name":"amplication-bot","email":"engineering@amplication.com"},"deprecated":"This version is deprecated due to bugged release.","_npmVersion":"10.2.4","description":"Use an MS SQL Server database in a service generated by Amplication","directories":{},"_nodeVersion":"18.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^8.21.0","lodash":"^4.17.21","rimraf":"^4.4.1","webpack":"^5.75.0","prettier":"^2.6.2","ts-loader":"^9.4.2","camel-case":"^4.1.2","typescript":"^4.9.3","webpack-cli":"^5.0.1","@babel/types":"^7.18.10","@babel/parser":"^7.18.11","@types/lodash":"^4.14.182","prisma-schema-dsl":"^2.1.6","jest-mock-extended":"^2.0.7","copy-webpack-plugin":"^12.0.2","@types/normalize-path":"^3.0.0","prisma-schema-dsl-types":"^1.1.2","@typescript-eslint/parser":"^5.33.0","@amplication/code-gen-types":"^2.0.23","@amplication/code-gen-utils":"^0.0.9","@typescript-eslint/eslint-plugin":"^5.33.0"},"_npmOperationalInternal":{"tmp":"tmp/plugin-db-sqlserver_0.0.7-beta.pr-354.31d30ce_1710262217719_0.18070476016046033","host":"s3://npm-registry-packages"}},"0.0.7-beta.pr-354.1e83d71":{"name":"@amplication/plugin-db-sqlserver","version":"0.0.7-beta.pr-354.1e83d71","author":{"name":"Muly Gottlieb"},"license":"Apache-2.0","_id":"@amplication/plugin-db-sqlserver@0.0.7-beta.pr-354.1e83d71","maintainers":[{"name":"amplication-bot","email":"engineering@amplication.com"},{"name":"mulygottlieb","email":"muly@amplication.com"},{"name":"levivannoort","email":"vanNoort.levi@protonmail.com"},{"name":"overbit","email":"daniele.iasella@gmail.com"},{"name":"barshimi","email":"barshimi@gmail.com"},{"name":"morhag","email":"mor@amplication.com"},{"name":"amitbarletz","email":"amit@amplication.com"},{"name":"yuvalhazaz","email":"hazaz.yuval@gmail.com"}],"nx":{},"dist":{"shasum":"ed4c513bece3532b090361c40a23490ae102af04","tarball":"https://registry.npmjs.org/@amplication/plugin-db-sqlserver/-/plugin-db-sqlserver-0.0.7-beta.pr-354.1e83d71.tgz","fileCount":4,"integrity":"sha512-spyOI19dFzsfekeN8+FdDzPFLwC/DWa9ruozwioyBDIUH/7V3Fn8B8kq9qILrHVoBC+zNVmPm0H/78rpLGyTFQ==","signatures":[{"sig":"MEYCIQC5JzR/ICISBAtR9z+3P4JJP7azueig/uamj2puCbwDZgIhAKQfDZMFDdZRwMAgu99ATA6zcJr4qoaNw7pG9eekpsgD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22620},"main":"dist/index.js","readme":"# @amplication/plugin-db-sqlserver\n\n[![NPM Downloads](https://img.shields.io/npm/dt/@amplication/plugin-db-sqlserver)](https://www.npmjs.com/package/@amplication/plugin-db-sqlserver)\n\nUse an MS SQL Server database in the service generated by Amplication.\n\n## Purpose\n\nThis plugin adds the required code to use MS SQL Server database in the service generated by Amplication.\nIt updates the following parts:\n\n- Updates the datasource on the `schema.prisma` file\n- Adds the required services and variables to `docker-compose.yml`\n- Add the `db` service to the `docker-compose.dev.yml`\n- Add the required environment variables to `.env`\n\n## Configuration\n\nThe plugin uses the parameters configured on the plugin settings page.\nThese settings include: `host`, `port`, `user`, `password`, `dbName`\n\n## Usage\n\nThis plugin integrates with the all default tasks and scripts used by the generated service:\n\n```json\n    \"seed\": \"ts-node scripts/seed.ts\",\n    \"db:migrate-save\": \"prisma migrate dev\",\n    \"db:migrate-up\": \"prisma migrate deploy\",\n    \"db:clean\": \"ts-node scripts/clean.ts\",\n    \"db:init\": \"run-s \\\"db:migrate-save -- --name 'initial version'\\\" db:migrate-up seed\",\n    \"prisma:generate\": \"prisma generate\",\n    \"docker:db\": \"docker-compose -f docker-compose.db.yml up -d\",\n    \"docker:build\": \"docker build .\",\n    \"compose:up\": \"docker-compose up -d\",\n    \"compose:down\": \"docker-compose down --volumes\"\n```\n","gitHead":"1e83d71a2b825d341f058cf3221885d6628f0e23","scripts":{"dev":"webpack --watch","build":"webpack","prebuild":"rimraf dist"},"_npmUser":{"name":"amplication-bot","email":"engineering@amplication.com"},"deprecated":"This version is deprecated due to bugged release.","_npmVersion":"10.2.4","description":"Use an MS SQL Server database in a service generated by Amplication","directories":{},"_nodeVersion":"18.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"eslint":"^8.21.0","lodash":"^4.17.21","rimraf":"^4.4.1","webpack":"^5.75.0","prettier":"^2.6.2","ts-loader":"^9.4.2","camel-case":"^4.1.2","typescript":"^4.9.3","webpack-cli":"^5.0.1","@babel/types":"^7.18.10","@babel/parser":"^7.18.11","@types/lodash":"^4.14.182","prisma-schema-dsl":"^2.1.6","jest-mock-extended":"^2.0.7","copy-webpack-plugin":"^12.0.2","@types/normalize-path":"^3.0.0","prisma-schema-dsl-types":"^1.1.2","@typescript-eslint/parser":"^5.33.0","@amplication/code-gen-types":"^2.0.23","@amplication/code-gen-utils":"^0.0.9","@typescript-eslint/eslint-plugin":"^5.33.0"},"_npmOperationalInternal":{"tmp":"tmp/plugin-db-sqlserver_0.0.7-beta.pr-354.1e83d71_1710262950708_0.32011414006871153","host":"s3://npm-registry-packages"}}},"time":{"created":"2023-09-12T14:35:25.537Z","modified":"2024-09-09T13:32:34.440Z","0.0.1":"2023-09-12T14:35:25.995Z","0.0.1-beta.pr-289.0d3954c":"2023-11-22T13:31:23.202Z","0.0.1-beta.pr-295.e09faa7":"2023-11-27T13:19:27.404Z","0.0.2-beta.pr-297.80f0b66":"2023-11-28T17:38:30.491Z","0.0.2":"2023-11-28T17:48:12.759Z","0.0.3":"2023-12-28T08:29:27.463Z","0.0.4":"2023-12-28T10:56:01.386Z","0.0.5":"2024-03-08T17:08:43.843Z","0.0.6":"2024-03-08T18:00:46.560Z","0.0.7-beta.pr-354.31d30ce":"2024-03-12T16:50:17.930Z","0.0.7-beta.pr-354.1e83d71":"2024-03-12T17:02:30.855Z"},"author":{"name":"Muly Gottlieb"},"license":"Apache-2.0","description":"Use an MS SQL Server database in a service generated by Amplication","maintainers":[{"email":"engineering@amplication.com","name":"amplication-bot"},{"email":"muly@amplication.com","name":"mulygottlieb"},{"email":"vanNoort.levi@protonmail.com","name":"levivannoort"},{"email":"mor@amplication.com","name":"morhag"},{"email":"hazaz.yuval@gmail.com","name":"yuvalhazaz"}],"readme":"","readmeFilename":""}