JSPM

crudrio

0.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q36840F
  • License MIT

Create CRUD APIs automatically from your database

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

  1. Install globally and generate the API
npm i crudrio -g
crudrio --url "mssql://user:password@localhost/database" --name "crudrio-api"
  1. Enter project directory and install dependencies
cd crudrio-api
npm i
  1. Start project
npm run watch