Added resolvers, unified package versioning and author section to fit with mono repo style
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
> [!NOTE]
|
||||
> This document is written by Claude by Anthropic using Sonnet 4.6 and has yet to be vetted by Mikael Lövqvist
|
||||
|
||||
> [!NOTE]
|
||||
> Insertion order of Set and Map are guaranteed. See https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.foreach and https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.foreach
|
||||
> This document should be updated with this information.
|
||||
|
||||
## Overview
|
||||
|
||||
A reusable, minimum-footprint storage component written in Node.js, intended as a foundation across multiple projects. Backends for other languages are viable as long as they can serialize to JSON. The design aims to address [ACID](https://en.wikipedia.org/wiki/ACID) guarantees while keeping the implementation surface manageable.
|
||||
|
||||
Reference in New Issue
Block a user