0.1.2 • Published 8 years ago
txt-to-sql v0.1.2
txt-to-sql
Tools for convert text data to SQL sentences
Install
$ npm install -g txt-to-sqlUsage (command-line)
# Generate file.yaml with detected options
$ txt-to-sql --prepare file.txt
# Process file.txt
$ txt-to-sql file.txt
# Process file.txt using streams
$ txt-to-sql --fast file.txt
# Exportr defaults to working directory
$ txt-to-sql --export-defaultUsage (code)
var txtToSql = require('txt-to-sql');
var fs = require('fs-promise');
txtToSql.generateScripts('./path/to/file.txt').then(function(generated){
return fs.writeFile("file.sql", generated.rawSql);
}).then(function() {
console.log("Done!");
});License
0.1.2
8 years ago
0.1.1
9 years ago
0.1.0
9 years ago
0.0.26
9 years ago
0.0.25
9 years ago
0.0.24
9 years ago
0.0.23
9 years ago
0.0.22
9 years ago
0.0.21
9 years ago
0.0.19
9 years ago
0.0.18
10 years ago
0.0.17
10 years ago
0.0.16
10 years ago
0.0.15
10 years ago
0.0.14
10 years ago
0.0.13
10 years ago
0.0.12
10 years ago
0.0.11
10 years ago
0.0.10
10 years ago
0.0.9
10 years ago
0.0.7
10 years ago
0.0.6
10 years ago
0.0.5
10 years ago
0.0.4
10 years ago
0.0.3
10 years ago
0.0.1
10 years ago
also available in:
