Home > borogove > persistence > Sqlite > findServicesWithFeature
persistence.Sqlite.findServicesWithFeature() method
Signature:
findServicesWithFeature(accountId: string, feature: string): Promise<Array markdown="1"<{caps: borogove_Caps, name: string | null, node: string | null, serviceId: string}>>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| accountId | string | |
| feature | string |
Returns:
Promise<Array<{caps: borogove_Caps, name: string | null, node: string | null, serviceId: string}>>