issues
search
sdesalas
/
websqldump
An ultra-light JS library for exporting data out of WebSQL
MIT License
38
stars
14
forks
source link
Multiple tables by name, cases insensitivity, more structs and fewer strings
#10
Open
bean5
opened
6 years ago
bean5
commented
6 years ago
The following makes this "Heavier"
Support exporting views
Support exporting multiple tables and views explicitly
Support case insensitivity
The following makes this "lighter"
Return structs instead of a string to avoid need for so much string concatenation
The following makes this "Heavier"
The following makes this "lighter"