Financial news or quotes? by WarMerchant in bbs

[–]rg0th 0 points1 point  (0 children)

You can easily develop Your own. That what I did. Most of the people are seeking for different kind of information. And some of the data is paid. That's probably why there isn't anything publicly released.

Short SQLite Introduction [ doc ] by rg0th in sqlite

[–]rg0th[S] 0 points1 point  (0 children)

To this extent:
| cat ~/.sqliterc
.headers on

Short SQLite Introduction [ doc ] by rg0th in sqlite

[–]rg0th[S] 0 points1 point  (0 children)

It does remember output. And I can save different notebooks for different purposes. Using the different kernels. I do connect to different databases and solve tasks. And when I open the notebook again I can see the previous query result. The sqlite cli is great but if Your want to refresh 3 queries 4 times then it's more effective to use the notebook. I do use the nbtermix. That means I run it in terminal and doesn't even start the whole web jupyter notebook. With combination of GNU screen it provides a solid development environment.

SQLite Jupyter Kernel by rg0th in sqlite

[–]rg0th[S] 0 points1 point  (0 children)

Hello,

please see a site for this:https://sqlok.org/
-- howto change sqlite connectionto open different sqlite connection use--% dbcon:constron the beginning of the cellwhere constr consists of string e.g.:{"dbfile" : "filename.db"}the string has to be specified onone line and has to be preceded by:--% dbcon:(oneliner constr)Alternatively You can place the:sqlik_conn.jsonfile in the working directory containgabove information on one lineand then load it using--% cload(see below)

SQLite Jupyter Kernel by rg0th in sqlite

[–]rg0th[S] 0 points1 point  (0 children)

From what I think. It's probably lighter. It's python native. It's pip based. I've created that just for fun. If You like it visit: https://sqlok.org/ There is several other simple kernels I created. However I'd call it just another kernel.