DBDB.io The Encyclopedia of Database Systems · Est. 2017
Database of Databases

Database Entry

TabDB


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.

Source Code
https://github.com/kkuchta/tabdb[02]
Developer
Country of Origin
US
Start Year
2019
End Year
2019
Project Types
Hobby, Open Source
Written in
JavaScript
Embeds / Uses
SQLite

Database Entry

TabDB


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.

Data Model


Indexes


Logging


Query Compilation


Query Interface


SQL

Storage Architecture


Storage Model


Storage Organization


Citations

2 sources
  1. TabDB tabdb.io
  2. GitHub - kkuchta/tabdb: Using browser tabs as a database like only a maniac would · GitHub github.com
Revision #6 Last Updated: