An operator for ORM in server environments, providing a wrapper around ORM libraries like w-orm-mongodb or w-orm-lowdb. Version 1.0.38 is the latest stable release. It offers functions such as backup, recover, and CRUD operations (select, insert, save, delete) for multiple data sources, with additional hooks for custom checks and preprocessing. Key differentiators include pluggable ORM backends (MongoDB, LowDB) and built-in authentication/user check support with configurable exclusions.
npm install w-serv-ormNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes WServOrm with lowdb backend and inserts a test record.
Ensure the imported WOrm has methods like connect, select, insert, save, del.
Use dynamic import() or switch to ESM.
Provide a function or set null to skip user checks.
Ensure WOrm is imported from a compatible package (e.g., w-orm-lowdb) and that the schema is correctly defined.
Run 'npm install w-orm-mongodb' or switch to lowdb backend.
Switch to ES module import syntax: import WServOrm from 'w-serv-orm'