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.

Indexes

B+Tree

Data Model

Relational

Storage Architecture

In-Memory

Query Compilation

Not Supported

Query Interface

SQL

Logging

Not Supported

Storage Organization

Heaps

TabDB Logo
Website

https://tabdb.io

Source Code

https://github.com/kkuchta/tabdb

Developer

Kevin Kuchta

Country of Origin

US

Start Year

2019

Project Type

Hobby, Open Source

Written in

JavaScript

Embeds / Uses

SQLite