Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 268 Bytes

library.md

File metadata and controls

16 lines (10 loc) · 268 Bytes

Using riw programmatically

This document assumes you've read Installing, configuring and using riw.

import { createRIW } from 'riw';

const riw = createRIW(configOverrides);

// riw.db.update(...)
// riw.db.find(...)
// etc

::TODO::