uw-db-postgresql

driver for PostgreSQL database engine for uwheel tools

Usage no npm install needed!

<script type="module">
  import uwDbPostgresql from 'https://cdn.skypack.dev/uw-db-postgresql';
</script>

README

U-Wheel-DB-Postgresql

Uninventing the wheel of database for postgresql

Overview

This driver wraps the drivers for postgresql database engine, providing a promise-way and an unified method to interact.

Install

npm install uw-db-postgresql --save

Dependencies

  • pg
  • q
  • uw-log

Test

For test or use the code we strongly recommend using uw-db module