SRM/README.md
Madeorsk c63ffb7011
Some checks failed
/ test (push) Failing after 47s
Project setup.
2025-06-29 17:12:53 +02:00

1.7 KiB

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.

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.