@funfunz/sql-data-connector
v0.12.1
Published
sql data connector for Funfunz
Downloads
48
Readme
Funfunz SQL Data Connector
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