An open API service indexing awesome lists of open source software.

https://github.com/lambda-orm/lambdaorm-labs

lambdaorm labs
https://github.com/lambda-orm/lambdaorm-labs

Last synced: 9 months ago
JSON representation

lambdaorm labs

Awesome Lists containing this project

README

          

# Lambda ORM Labs

This repository contains the Lambda ORM labs.

## Labs

### CLI Labs

[Lambdaorm consumption laboratories via command line](https://github.com/lambda-orm/lambdaorm-labs/tree/main/labs/cli)

### Node Labs

[Lambdaorm labs consuming the lambdaorm package in a node application](https://github.com/lambda-orm/lambdaorm-labs/tree/main/labs/node)

### Service Labs

[Lambdaorm labs consuming the lambdaorm rest api](https://github.com/lambda-orm/lambdaorm-labs/tree/main/labs/svc)

### Client Node Labs

[Lambdaorm labs using a node client which consumes the lambdaorm rest api](https://github.com/lambda-orm/lambdaorm-labs/tree/main/labs/client-node)

### Client Kotlin Labs

[Lambdaorm labs using a Kotlin client which consumes the rest lambdaorm api](https://github.com/lambda-orm/lambdaorm-labs/tree/main/labs/client-kotlin)

## Related projects

- [3xpr](https://www.npmjs.com/package/3xpr)
- [Lambda ORM](https://www.npmjs.com/package/lambdaorm)
- [Lambda ORM CLI](https://www.npmjs.com/package/lambdaorm-cli)
- [Lambda ORM Service](https://github.com/lambda-orm/lambdaorm-svc)
- [Client Node](https://www.npmjs.com/package/lambdaorm-client-node)
- [Client Kotlin](https://github.com/lambda-orm/lambdaorm-client-kotlin)

## Documentation

Full documentation about lambdaorm is available in the [Wiki](https://github.com/lambda-orm/lambdaorm/wiki)