Tabulify - Relational Database

Undraw Circuit Board

About

Tabulify supports relational database as a system type.

You can:

Sample relational schema are also available to showcase or test rapidly a development

Supported Relational Database

All relational database that provides a mature JDBC driver and supports ANSI SQL for the creation of data structure should work out of the box.

For the supported database, Tabulify introduces a layer that:

  • corrects the driver mistake
  • and/or implements the database SQL dialect

List




Related HowTo
Undraw Circuit Board
How to load a JSON documents in a database

This howto will show you how to load json document (files) into your relational database.
Undraw Circuit Board
How to load your database with the TPCDS benchmark

This howto will show you how to load a relational database schema in order to create a benchmark with the data query command

Task Runner