0.0.12 • Published 3 months ago

dorm-handler-js v0.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months 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

3 months ago

0.0.11

3 months ago

0.0.12

3 months ago

0.0.9

3 months ago

0.0.8

3 months ago

0.0.7

3 months ago

0.0.6

3 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago