0.0.26 • Published 1 year ago

@afetcan/storage v0.0.26

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

STORAGE

@afetcan/storage is a package written to facilitate database operations. It can be used for any api service. Written in Typescript. MikroORM is used for database operations here. Postgresql database is used. But the structure is fully expandable. For example, CLICKHOUSE can also be used by adjusting its settings. both databases can be used in the same way.

Therefore, the aim of the project is to facilitate database operations and provide extensibility.

Setup

pnpm install @afetcan/storage

Usage

import { ... } from '@afetcan/storage' 

Requirements

Dependencies

Local Development

Setup

pnpm install

Dev

pnpm dev

Build

pnpm build

Links