TabDB is a relational DBMS that uses JavaScript to store data in web browser tabs as titles. To execute a query, it retrieves the tabs' titles, concatenates it, unzips it, and loads it into an in-memory SQLite database.
Relational
B+Tree
Not Supported
SQL
In-Memory
N-ary Storage Model (Row/Record)
Heaps
https://tabdb.io
https://github.com/kkuchta/tabdb
Kevin Kuchta
US
2019
Hobby, Open Source
JavaScript
SQLite