TypeScript ORM for Sharkitek models.
|
||
---|---|---|
.forgejo/workflows | ||
src | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.prettierrc | ||
eslint.config.js | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json | ||
vite.config.ts | ||
yarn.lock |
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.
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.