1 repository
Customizable functions triggered during data read and write operations to modify or encrypt data.
Distinct from Data Transformation: Specifically addresses middleware-style hooks for disk persistence, whereas the parent is general data transformation pipelines.
Explore 1 awesome GitHub repository matching data & databases · Persistence Hooks. Refine with filters or upvote what's useful.
NeDB is a JavaScript embedded NoSQL document store designed for Node.js and the browser. It functions as an in-memory data store with the option to persist documents to a local file system, ensuring data survives application restarts. The project utilizes a MongoDB-compatible API to perform data operations, allowing it to serve as a lightweight document indexing system and a persistent file database without requiring a separate database server. Capabilities include querying, inserting, updating, and deleting documents, as well as the ability to create indexes on specific fields to accelerate
Allows custom functions to transform or encrypt data before it is written to the persistent store.