Package Exports
- crudrio
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (crudrio) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
crudr.io
Automatically generate REST APIs from a SQL Server Database.
Use
- Install globally and generate the API
npm i crudrio -g
crudrio --url "mssql://user:password@localhost/database" --name "crudrio-api"- Enter project directory and install dependencies
cd crudrio-api
npm i- Start project
npm run watch