1.1.7 • Published 6 years ago

dc-filesql v1.1.7

Weekly downloads
27
License
N/A
Repository
-
Last release
6 years ago

This is the code that facilitate SQL communication for the different lambda projects.

It's built in an npm package called dc-filesql for ease of use on any project.

Release a new version

if you change something, you need to publish a new version on npm for other projects to have the latest code.

first you need to change the version number in package.json (bump the last number by one), then simply do:

npm run deploy

then on the other projects that use this package you need to do:

npm update dc-filesql

developing

this is a typescript project so if you make changes run tsc to have the typescript compiler run.

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago