dorm-handler-js

0.0.12 • Public • Published

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);
}

Readme

Keywords

Package Sidebar

Install

npm i dorm-handler-js

Weekly Downloads

1

Version

0.0.12

License

MIT

Unpacked Size

101 kB

Total Files

7

Last publish

Collaborators

  • karolisdailidonis