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 -gCLI
| Command | Description |
|---|---|
| version | Prints lambdaorm version this project uses. |
| init | Generates lambdaorm project structure. |
| sync | Synchronize database. |
| import | Import data from file to database. |
| export | Export data from a database. |
| execute | Execute an expression lambda. |
| metadata | Return metadata of query expression. |
| parameters | Return parameters of query expression. |
| model | Return model of query expression. |
| plan | Return plan execution of query expression. |
| build | add configuration, model and repositories according to the language. |
| drop | Removes all database objects but not the database. |
Documentation
Full documentation is available in the Wiki.
Related projects
Labs
You can access various labs at github.com/FlavioLionelRita/lambdaorm-labs