1.1.7 • Published 8 years ago
dc-filesql v1.1.7
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 deploythen on the other projects that use this package you need to do:
npm update dc-filesqldeveloping
this is a typescript project so if you make changes run tsc to have the typescript compiler run.