Simple pub/sub messaging for the web
A schema-based data mapper for Amazon DynamoDB
A message bus client in Javascript
generate random IDs and avoid collisions
Annotations providing easy integration between TypeScript domain objects and the @aws/dynamodb-data-mapper library
LiveReload JS client - auto reload browser on changes
TypeScript definitions for hat
A schema-based data mapper for Amazon DynamoDB
Annotations providing easy integration between TypeScript domain objects and the @nova-odm/mapper library
Convert form parameters to an object using the same logic as Rack
Framework-agnostic core for [`@pristine-ts/data-mapping`](../data-mapping). No DI container, no logging dependency — usable directly in Angular / browser bundles.
Type-aware object mapping for [Pristine](https://github.com/magieno/pristine-ts). Convert plain payloads (HTTP request bodies, database rows, queue messages) into typed class instances — with renaming, coercion, validation, and nested-object support.
A schema-based data mapper for Amazon DynamoDB
tsParticles spice rack palette
Simple pub/sub messaging for the web
Serverless Rack Plugin
Indoor Map component for things-scene.
Annotations providing easy integration between TypeScript domain objects and the @awslabs-community-fork/dynamodb-data-mapper library
Nuxt.js module for handling User-Agent.
Storage-domain components for things-scene (smart factory / logistics) — pallet, box, parcel; AS/RS and shelves planned.
Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports PostgreSQL and SQLite databases.
A schema-based data mapper for Amazon DynamoDB
UJS compat library with @rails/ujs library for Ruby on Jets and API Gateway
React components for network diagrams using React Flow
this collection of plugins helps to add datamapper functionality to Rack. there is a IdentityMaps plugin which wrappes the request and with it all database actions are using that identity map. the transaction related plugin TransactionBoundaries and RestfulTransactions wrappes the request into a transaction. for using datamapper to store session data there is the DatamapperStore.
Datamapper session for any Rack based application. Don't forget to automigrate.
collection of datamapper related extensions. mostly needed to run within rails. the restful transactions is around filter for rails actions if needed to control such transaction on per action base otherwise use the rack extension from rack-datamapper. datamapper store is a session store for rails which uses datamapper as persistent layer and is just a wrapper around the datamapper session store from rack-datamapper. the generators produces datamapper models for your rails application.