Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kenmueller/restful-db-npm

A speedy restful database to use with zero setup
https://github.com/kenmueller/restful-db-npm

Last synced: about 2 months ago
JSON representation

A speedy restful database to use with zero setup

Awesome Lists containing this project

README

        

# **[Restful DB](https://restful-db.web.app)**

## Links

- **[Create a new project](https://restful-db.web.app)**
- **[Documentation](https://restful-db.web.app/docs)**

## Installation

### **NPM**

```bash
npm i restful-db
```

**TypeScript**

```typescript
import Database from 'restful-db'
```

**JavaScript**

```javascript
const { Database } = require('restful-db')
```

### **Browser**

```html

```

```javascript
const { Database } = restfulDb
```

## Initialization

```javascript
const db = new Database('PROJECT_ID')
```