JSPM

  • Created
  • Published
  • Downloads 17
  • Score
    100M100P100Q54395F
  • License MIT

The lambdaorm command line interface

Package Exports

  • lambdaorm-cli
  • lambdaorm-cli/index.js

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 (lambdaorm-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

λORM CLI

λORM CLI is a command line application to use λORM

Installation

Install the package globally to use the CLI commands to help you create and maintain projects

npm install lambdaorm-cli -g

CLI

Command Description
version Prints lambdaorm version this project uses.
init Generates lambdaorm project structure.
update update model, packages and project structure.
sync Synchronize database.
import Import data from file to database
export Export data from a database
execute Execute an expression lambda or return information
drop Removes all database objects but not the database.

Documentation