An open API service indexing awesome lists of open source software.

https://github.com/sharkitek/srm

[MIRROR] TypeScript ORM for Sharkitek models.
https://github.com/sharkitek/srm

mapping model object orm postgresql relational sharkitek sql

Last synced: 2 months ago
JSON representation

[MIRROR] TypeScript ORM for Sharkitek models.

Awesome Lists containing this project

README

          




Sharkitek logo




Sharkitek SRM


Documentation |
Website


TypeScript ORM for Sharkitek models


Tests status

Bundle size


Latest release


Bundle size

Latest release

## Introduction

Sharkitek is a lightweight Javascript / TypeScript library designed to ease development of models. Sharkitek SRM is an extension of Sharkitek, providing a simple ORM on top of Sharkitek.

```shell
yarn add @sharkitek/srm
```

With Sharkitek SRM, you define the architecture of your models by specifying their properties and their types. You also define how these properties are stored in database, which allows you to query, insert and update records.