Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.
/ fi.hg.pg Public archive

Git submodule for our PostgreSQL related code

License

Notifications You must be signed in to change notification settings

heusalagroup/fi.hg.pg

Repository files navigation


DEPRECATED

Development under this git repository is discontinued and future improvements will continue under io.hyperify.pg.

Join our Discord to discuss about our software!


@heusalagroup/fi.hg.pg

Lightweight PostgreSQL library written in TypeScript.

To use this persister, install following runtime dependencies:

npm install --save pg @types/pg

See also hgrs.

It doesn't have many runtime dependencies

This library expects @heusalagroup/fi.hg.core to be located in the relative path ../core and only required dependency it has is for Lodash library.

We don't have traditional releases

This project evolves directly to our git repository in an agile manner.

This git repository contains only the source code for compile time use case. It is meant to be used as a git submodule in a NodeJS or webpack project.

Recommended way to initialize your project is like this:

mkdir -p src/fi/hg

git submodule add git@github.com:heusalagroup/fi.hg.core.git src/fi/hg/core
git config -f .gitmodules submodule.src/fi/hg/core.branch main

git submodule add git@github.com:heusalagroup/fi.hg.pg.git src/fi/hg/pg
git config -f .gitmodules submodule.src/fi/hg/pg.branch main

Other required dependencies are the Lodash library and pg:

npm install --save-dev lodash @types/lodash pg @types/pg

License

Copyright (c) Heusala Group. All rights reserved. Licensed under the MIT License (the "License");

About

Git submodule for our PostgreSQL related code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages