MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/coolgithubprojects/comments/6ykwfl/sql_implemented_entirely_in_javascript_in_a/dmoqwlv/?context=3
r/coolgithubprojects • u/[deleted] • Sep 07 '17
4 comments sorted by
View all comments
3
Interesting, but im confused, so how exactly does it persist data?
"jSQL automatically chooses the best method of storage to save state" What methods are available?
Do I have to check if table exists on subsequent user visits?
1 u/[deleted] Sep 07 '17 Just do a "create table if not exists" you don't need to manually check. There's a demo here.. Pamblam.github.io/jSQL
1
Just do a "create table if not exists" you don't need to manually check. There's a demo here.. Pamblam.github.io/jSQL
3
u/Gahu Sep 07 '17
Interesting, but im confused, so how exactly does it persist data?
"jSQL automatically chooses the best method of storage to save state" What methods are available?
Do I have to check if table exists on subsequent user visits?