We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Index.js wrapper could:
var DataBridge = require('databridge')({ //setup options or config file }); var dbBatch = DataBridge.batch; var dbBridge = DataBridge.bridge;
How would this function with scheduler/service/pm2?
The text was updated successfully, but these errors were encountered:
starting consolidate and beginning to address #1
9ba5dc0
consolidate and starting to address #1
5166681
Need to set main in package.json to a script which exposes bridge and bridge runner and list of installed tables / sources / destinations.
main
package.json
Sorry, something went wrong.
start #1
ebabea2
89d46c6
psalmody
No branches or pull requests
Index.js wrapper could:
How would this function with scheduler/service/pm2?
The text was updated successfully, but these errors were encountered: