1.0.6 • Published 12 months ago

jed-crud v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

npm install typeorm

npm install @nestjs/common

npm install jed-crud

\\\\\\\\\\\\\\\\\\\ 💡 Example usage

const craetedEntity = create(entityDto, entityRepository)

const foundedEntity = findOne(id, entityRepository)

const updatedEntity = update(id, entityDto, entityRepository)

const removedEntity = remove(id, entityRepository)

//output