1.6.0 • Published 2 years ago
@totemorg/crud v1.6.0
CRUD
The CRUD TOTEM plugin provides:
/DATASET.TYPE ? QUERY
dataset Create-Read-Update-Delete endpoints.
Manage
npm install @totemorg/crud # install
npm run start [ ? | $ | ...] # Unit test
npm run verminor # Roll minor version
npm run vermajor # Roll major version
npm run redoc # Regen documentation
Usage
Require, optionally configure and start CRUD:
const CRUD = require("crud").config({
key: value, // set key
"key.key": value, // indexed set
"key.key.": value // indexed append
});
where configuration keys follow ENUMS deep copy conventions.
Program Reference
Contacting, Contributing, Following
Feel free to
- submit and status TOTEM issues
- contribute to TOTEM notebooks
- revise TOTEM requirements
- browse TOTEM holdings
- or follow TOTEM milestones
License
© 2012 ACMESDS