@fullstack-one/db

fullstack.one db connector package

Usage no npm install needed!

<script type="module">
  import fullstackOneDb from 'https://cdn.skypack.dev/@fullstack-one/db';
</script>

README

@fullstack-one/db

Packages for managing connections to Postgres

This package includes a service for a postgres pool, called DbGeneralPool. The pool is used for GraphQl requests. Morover this package includes an ORM subpackage based on typeorm, which has its own pool. Other packages and the application can use the query runners of ORM using const queryRunner = orm.createQueryRunner(); await queryRunner.connect(); queryRunner.query("SELECT ...").

The pool size is gracefully adjusted depending on the number of connected nodes using @fullstack-one/events.