0.0.12 • Published 1 year ago

dorm-handler-js v0.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

DORM-Handler-JS (BETA)

It is a client side package to handle DORM API requests. To use this package, a DORM API server is required, for more information see the official repository.

https://github.com/karolisdailidonis/DORM

DORM API is still under development and not yet suitable for production use.

Another direct dependency is the axios package which is used to send the queries dorm.send()

Install

npm i dorm-handler-js
import { DORM } from "dorm-handler-js";

const dorm = new DORM();

dorm.addReadJob({"...."});

dorm.send();

dorm.then((response)) => {
	console.log(response);
}
0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

3 years ago

0.0.1

3 years ago