UNPKG

@kwaeri/postgresql-database-driver

Version:

The @kwaeri/postgresql-database-driver component of the @kwaer/node-kit application platform.

12 lines 457 B
/** * SPDX-PackageName: kwaeri/postgresql-database-driver * SPDX-PackageVersion: 0.5.0 * SPDX-FileCopyrightText: © 2014 - 2022 Richard Winters <kirvedx@gmail.com> and contributors * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception OR MIT */ 'use strict'; // INCLUDES //import { ServiceProvider } from './src/service.mjs'; // ESM WRAPPER export { PostgreSQLDriver } from './src/postgresql-database-driver.mjs'; //# sourceMappingURL=index.mjs.map