1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00
Commit Graph

12 Commits

Author SHA1 Message Date
lana-k
5017b55944 Pivot implementation and redesign (#69)
- Pivot support implementation 
- Rename queries into inquiries
- Rename editor into workspace
- Change result set format
- New JSON format for inquiries
- Redesign panels
2021-08-04 22:20:51 +02:00
saaj
3a6628cab9 Pre-built custom sql.js for sqliteviz (#62)
* Proof-of-concept pre-built custom sql.js

* Rewrite Makefile as a couple of comprehensible Python scripts

* Add link to a blog post about transitive closure in SQLite

* Remove eval extension -- no much point as it only returns a string

* Consistently use existing Path objects

* Add basic tests scalar functions from extension-functions.c

* Test presence of functions from the rest of built extensions

* Use the same sqlite.com domain

* Add a couple SQLite compile flags that may make it a bit faster

* Add regexpi function test

* Add node about regexpi and REGEXP operator

* Workaround first build failure, rebuild lock file and minor fixes
2021-07-03 16:43:43 +02:00
lana-k
cc483f4720 change code structure 2021-05-04 14:13:58 +02:00
lana-k
7f4b167dc2 fix service worker registration #12 2021-04-30 14:14:41 +02:00
lana-k
9b6aa3d6c7 add manifest and offline support #12 2021-04-29 16:19:25 +02:00
lana-k
b30eeb6788 add CSV support #27 2021-04-10 18:24:53 +02:00
lana-k
6612f4444b add tests in github actions 2021-01-13 21:51:04 +01:00
lana-k
94bb793b23 Fix: Tiny SVGs are not embedded #26 2020-12-21 22:22:59 +01:00
lana-k
c2a155c561 License file is missing in the build #21 2020-12-16 22:38:05 +01:00
lana-k
8480dcbf96 fix publicPath 2020-10-09 22:06:48 +02:00
lana-k
22b8b86138 add splitters 2020-09-25 14:57:49 +02:00
lana-k
0a0407cb04 Initial commit 2020-09-20 22:52:06 +02:00