Zanix Datamaster provides unified database and cache connectors for the Zanix ecosystem. Includes MongoDB support, schema tools, and data access policies — built for Deno and micro-applications.
Works with
This package works with Node.js, Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Bun
Type representing a single seeder handler function for Mongo.
A SeederHandler defines the signature of a function used to populate a model with initial data.
It is typically passed to the model population system to insert or modify records during
database initialization or testing.