1.0.4 • Published 3 years ago

crudproductimagesqlserver v1.0.4

Weekly downloads
69
License
MIT
Repository
github
Last release
3 years ago

This package contains a crud of a Product entity with id (int) and image url (string) attributes

Usage

const managep = require('crudproductimagesqlserver/dproducto');
const Product = require('crudproductimagesqlserver/product').Producto;
var producto = new Product(1, '456.jpg')

managep.insertProduct(producto).then(data => {
   console.log(data)
})
managep.updateProduct(producto).then(data => {
   console.log(data)
})
managep.deleteProduct(producto).then(data => {
   console.log(data)
})
managep.getProducts().then(data => {
   console.log(data)
})
managep.getProductsExpression("d").then(data => {
   console.log(data)
})

See this example

https://github.com/rwkama/electronproductimage that calls the rest api which in turn uses the npm crudproductimagesqlserver

Gmail

rwkamandriw@gmail.com

See

https://rwkama1.github.io/CVCarlosR/

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.15

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago