@ahryman40k/abstract-connection-framework

0.0.2 • Public • Published

@ahryman40k/AbstractConnectionFramework

Description

@ahryman40k/AbstractConnectionFramework is an abstract layer upon any datasource (Oracle, postgres, GraphQl, REST, flat file, etc ...). The goal is to provide the same data access whatever datasources are. This library provide nothing else than abstract objects allowing building concrete data access.

Usage

It allows your code to call @ahryman40k/{AnyConcrete}ConnectionFramework library like below:

import { Concrete } from '@ahryman40k/concreteconnectionframework';

const connection = Concrete.create();
const command = connection.createCommand({ myCommand });

Further improvements

  • Provide transaction capabilities

Readme

Keywords

Package Sidebar

Install

npm i @ahryman40k/abstract-connection-framework

Weekly Downloads

2

Version

0.0.2

License

GPLv3

Unpacked Size

11.2 kB

Total Files

19

Last publish

Collaborators

  • ahryman40k