https://github.com/cap-go/capacitor-watermelondb
https://github.com/cap-go/capacitor-watermelondb
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cap-go/capacitor-watermelondb
- Owner: Cap-go
- Created: 2023-01-23T10:12:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:59:39.000Z (over 1 year ago)
- Last Synced: 2024-04-14T00:59:16.078Z (about 1 year ago)
- Language: TypeScript
- Size: 119 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
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; }>
--------------------