Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kenmueller/restful-db-npm
- Owner: kenmueller
- Created: 2019-10-09T02:09:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:22:04.000Z (about 2 years ago)
- Last Synced: 2024-11-05T18:24:36.345Z (2 months ago)
- Language: JavaScript
- Homepage: https://restful-db.web.app
- Size: 248 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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')
```