10000 GitHub - jaywgraves/dirtylittlesql.com: Dirty Little SQL Notebook
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jaywgraves/dirtylittlesql.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dirty Little SQL

Dirty Little SQL is a SQL notebook for quickly loading CSV, tab-separated, JSON and Microsoft Excel files and running queries on them. You can load a file with millions of rows in it and query it in less than a few seconds. Here's what that looks like in practice:

dirtylittlesql

Uses a modified version of sql.js maintained at https://github.com/mwenge/sql.js

Build Instructions

Run the following steps to bundle the separators.js file:

npm install browserify
npm install json2csv
browserify separators-pre.js > separators.js

About

Dirty Little SQL Notebook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.3%
  • HTML 2.0%
  • CSS 1.7%
0