leomrocha / gutenberg_explore

Repository with Gutenberg exploration code, notebooks and Webpage with dynamic data exploration Report Paper/Post
MIT License
0 stars 0 forks source link

Create Scripts for SQL (sqlite3) database and tables creation. #2

Open EvgeniiaVak opened 3 years ago

EvgeniiaVak commented 3 years ago

@leomrocha work on defining the structure of the missing tables @EvgeniiaVak review structure and complete the code (for the moment is only a structure)

EvgeniiaVak commented 3 years ago

@leomrocha I'm guessing we are aiming to have an SQL engine that works in-browser (to use it as a part of the web app), so I'll search the internet on what it has to offer here.

EvgeniiaVak commented 3 years ago

✔️ sql.js

https://github.com/sql-js/sql.js

AlaSQL

https://github.com/agershun/alasql

PouchDB

Would be good if going fancy and building a web-app that works offline.

Nano SQL