🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

lambdaorm-cli

Package Overview
Dependencies
Maintainers
1
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambdaorm-cli

The lambdaorm command line interface

0.9.19
Source
npm
Version published
Weekly downloads
196
Maintainers
1
Weekly downloads
 
Created
Source

λ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

CommandDescription
versionPrints lambdaorm version this project uses.
initGenerates lambdaorm project structure.
syncSynchronize database.
importImport data from file to database.
exportExport data from a database.
executeExecute an expression lambda.
metadataReturn metadata of query expression.
parametersReturn parameters of query expression.
modelReturn model of query expression.
planReturn plan execution of query expression.
buildadd configuration, model and repositories according to the language.
dropRemoves all database objects but not the database.

Documentation

Full documentation is available in the Wiki.

Labs

You can access various labs at github.com/FlavioLionelRita/lambdaorm-labs

Keywords

cli

FAQs

Package last updated on 16 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts