1.6.0 • Published 2 years ago

@totemorg/crud v1.6.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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

License

MIT


© 2012 ACMESDS

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago