Skip to content
Eugene Lazutkin edited this page Aug 16, 2020 · 31 revisions

Dashboard

NPM version

Known Vulnerabilities Dependencies devDependencies

About

This toolkit is a no-dependency micro-library for AWS DynamoDB to build compact efficient RESTful APIs and high-performance command-line utilities.

The main object is Adapter. That's all you need to write a command-line utility.

If you writing a RESTful HTTP server, you can benefit from framework-specific adapters:

At any point, you can go low-level and use supplied utilities directly:

  • TBD

If you want to learn how some things are done do not hesitate to inspect the source code, especially the tests and utilities.

Some people wonder why I didn't provide a classic ORM. TBD

Clone this wiki locally