Skip to content

About The region where the database entity and record structures are located.

License

Notifications You must be signed in to change notification settings

afetcan/storage

Repository files navigation

STORAGE

Version Downloads License Github Stars

@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

About

About The region where the database entity and record structures are located.

Resources

License

Stars

Watchers

Forks

Packages

No packages published