UNPKG

@luminati-io/knex

Version:

A batteries-included SQL query & schema builder for PostgresSQL, MySQL, CockroachDB, MSSQL and SQLite3

12 lines (8 loc) 275 B
/* eslint max-len: 0 */ const ViewCompiler_PG = require('../../postgres/schema/pg-viewcompiler.js'); class ViewCompiler_Redshift extends ViewCompiler_PG { constructor(client, viewCompiler) { super(client, viewCompiler); } } module.exports = ViewCompiler_Redshift;