|
|
|
|
|
by gabrielsroka
1979 days ago
|
|
This looks interesting, but: 1. when you go there, it loads a sample 170,000 row file automatically. Can that be disabled? Maybe add a "Load Sample" button... 2. on mobile, the hamburger menu items ("Read more" and "About") don't work 3. the default SQL is "LIMIT 1000", but only 500 rows show up 4. it'd be nice to be able to press Ctrl+Enter (or some shortcut) instead if clicking "Run query" 5. does it support JSON nested objects? eg [{"profile":{"firstName":"Gabriel"}}] |
|
1. Good idea! 2. Thanks, will look it over. 3. I limited it on purpose, not to overload html. 4. Didn’t think of it. Good idea! 5. Yes, you should be able to query it by SELECT profile->firstName
Thanks for great feedback!