twoxfh

Results 28 comments of twoxfh

Saaj, The code currently feeding the drop down is in [hint.js](https://github.com/lana-k/sqliteviz/blob/master/src/views/Main/Editor/Tabs/Tab/SqlEditor/hint.js) It looks like code mirror has the ability to distinguish the displayText vs the hint. There may be an...

Any thoughts around this @lana-k ? Would really like to recover from the accidental large query.

I submitted an [issue](https://github.com/sql-js/sql.js/issues/461) to sql-js, which has a very convoluted solution. As recognized in that issue, having an additional thread to call the interrupt really is the answer but...

@lana-k is graphing outside the scope of this project? I do not see plotly supporting this, but maybe I'm wrong.

@lana-k sounds good, I would like to chime in on graphviz which is my preference. Also may want to consider filtering at the table level which pushes updates to the...

Not sure how that will be accomplished with the other libraries.

I would check out the TypeORM supported platforms: TypeORM is able to run on React Native apps using the [react-native-sqlite-storage](https://github.com/andpor/react-native-sqlite-storage) plugin. For an example see [typeorm/react-native-example](https://github.com/typeorm/react-native-example). SQL.JS would likely be...

> Awesome. Do you see any advantages of `wa-sqlite` over `absurd-sql`? @tantaman Absurd is MIT licensed and WASQL is GPL V3. Big difference depending on your goals.

Anything is possible but I think your looking for a file api vs a sqlite api such as https://github.com/mailru/FileAPI. Using NDJSON or CSV format may also help. Edit: not sure...

I can confirm the above code works on https://pyodide.org/en/stable/console.html which not only runs code but handles console output which is likely handling the output for df.a. `from pyodide.console import PyodideConsole`...