functional-models-orm

JSON →
library 2.1.14 ·javascript
verified Jun 4, 2026

A functional ORM building library for functional-models, providing a standardized way to create database-backed models using functional paradigms. Current stable version is 2.1.14, released periodically. Key differentiators: uses a BaseModel that can be swapped with any functional-models BaseModel, supports multiple datastore providers (DynamoDB, MongoDB/DocumentDB), and provides common query operations (save, delete, retrieve, search) with automatic serialization and nested model references. Designed for no state changes.