Skip to content

Funfunz/sql-data-connector

Repository files navigation

Funfunz SQL Data Connector

Discord Build Status codecov node npm version PRs Welcome GitHub

Documentation

Just follow the link

Features

This connector uses KnexJS under the hood and is able to connect to SQL databases

Supported Databases

  • Postgres
  • MSSQL
  • MySQL
  • MariaDB
  • SQLite3
  • Oracle
  • Amazon Redshift

The configuration supported for each of the databases can be checked at KnexJS

Drivers required for each database

  • pg for PostgreSQL and Amazon Redshift
  • mysql for MySQL or MariaDB
  • sqlite3 for SQLite3
  • mssql for MSSQL