Package Exports
- lambdaorm-cli
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
Lambda ORM
IMPORTANT: the library is in an Alpha version!!!
Installation
Install the package globally to use the CLI commands to help you create and maintain projects
npm install lambdaorm-cli -gCLI
| Command | Description | |
|---|---|---|
| version | Prints lambdaorm version this project uses. | more info |
| init | Generates lambdaorm project structure. | more info |
| update | update model, packages and project structure. | more info |
| sync | Syncronize database. | more info |
| run | Run an expression lambda or return information | more info |
| export | Export data from a database | more info |
| import | Import data from file to database | more info |
| drop | Removes all database objects but not the database. | more info |