UNPKG

datanautics

Version:

**Datanautics** is a lightweight key-value storage system with support for nested property access, persistent dumps to disk, and configurable autosave intervals.

3 lines (2 loc) 93 B
export { DatanauticsOptions } from './options'; export { Datanautics } from './datanautics';