Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mwenge/dirtylittlesql.com

Dirty Little SQL Notebook
https://github.com/mwenge/dirtylittlesql.com

notebook sql

Last synced: 23 days ago
JSON representation

Dirty Little SQL Notebook

Awesome Lists containing this project

README

        

# Dirty Little SQL
[Dirty Little SQL](https://dirtylittlesql.com) 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](https://user-images.githubusercontent.com/58846/136707932-a3a4f944-c6b7-4f56-9bd9-26741c42b9af.gif)

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:

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