-
Notifications
You must be signed in to change notification settings - Fork 33
Load test.db sqlite database demo file #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice !
Two little things :
- it would be good if the example database would have a little more data, to let people play around with joins and filters. You can use for instance the Dallas Police Officer-Involved Shootings from this page: http://2016.padjo.org/tutorials/sqlite-data-starterpacks/
- The default query should be executed immediately once the database has been loaded.
Nice !
Two little things :
- it would be good if the example database would have a little more data, to let people play around with joins and filters. You can use for instance the Dallas Police Officer-Involved Shootings from this page: http://2016.padjo.org/tutorials/sqlite-data-starterpacks/
- The default query should be executed immediately once the database has been loaded.
It's can be done. But about the hype: I prefer to use more neutral demo file. Do you have better option?
It's can be done. But about the hype: I prefer to use more neutral demo file. Do you have better option?
The Dallas Police Officer-Involved Shootings is great. It is small enough to load quickly, is not copyrighted, and contains interesting public data, with several tables that can be joined. If you find or create another database that meets these criteria and want to include it instead, go ahead; but I don't think the Dallas PD data has any reason for being controversial.
Uh oh!
There was an error while loading. Please reload this page.
As discussed in previous PR I improved live-demo by add database file load example to become abilities run SQL queries on it.
Changes
fetch
ArrayBuffer
=>Uint8Array
)