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

Logging

Not Supported

Query Compilation

Not Supported

Storage Architecture

In-Memory

Query Interface

SQL

Data Model

Relational

Storage Organization

Heaps

Website

https://tabdb.io

Source Code

https://github.com/kkuchta/tabdb

Developer

Kevin Kuchta

Country of Origin

US

Start Year

2019

Project Type

Open Source

Written in

JavaScript

Derived From

SQLite