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.