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
- Host: GitHub
- URL: https://github.com/lambda-orm/lambdaorm-labs
- Owner: lambda-orm
- License: mit
- Created: 2023-07-15T23:15:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-30T08:26:02.000Z (about 1 year ago)
- Last Synced: 2025-05-30T10:51:31.610Z (about 1 year ago)
- Language: TypeScript
- Size: 26.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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)