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.
- Host: GitHub
- URL: https://github.com/sharkitek/srm
- Owner: Sharkitek
- License: mit
- Created: 2025-06-29T15:08:54.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-29T15:13:04.000Z (12 months ago)
- Last Synced: 2025-06-29T16:26:07.270Z (12 months ago)
- Topics: mapping, model, object, orm, postgresql, relational, sharkitek, sql
- Language: JavaScript
- Homepage: https://code.zeptotech.net/Sharkitek/SRM
- Size: 43 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sharkitek SRM
Documentation |
Website
TypeScript ORM for Sharkitek models
## 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.