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

https://github.com/cap-go/capacitor-watermelondb


https://github.com/cap-go/capacitor-watermelondb

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# @capgo/capacitor-watermelondb

WIP: plugin under development

� Reactive & asynchronous database for powerfull Capacitore apps ⚡️�

## Install

```bash
npm install @capgo/capacitor-watermelondb
npx cap sync
```

## API

* [`echo(...)`](#echo)

### echo(...)

```typescript
echo(options: { value: string; }) => Promise<{ value: string; }>
```

| Param | Type |
| ------------- | ------------------------------- |
| **`options`** | { value: string; } |

**Returns:** Promise<{ value: string; }>

--------------------