Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

rudism/edge-execsql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

edge-execsql

Simple class to execute sql scripts and perform bulk inserts using Node and Edge.js.

To use, copy NoMoDb.dll and nomodb.js to your project, update the connection string in nomodb.js, and:

var nomodb = require('./nomodb');
nomodb.bulkInsert('table-name', 'c:\\path\\to\\csv.txt');
nomodb.executeScript('c:\\path\\to\\script.sql');

About

Simple class to execute sql scripts and perform bulk inserts using Edge.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published