API Reference

The Pleex API is super tiny. Pleex make an schematic simple wrapper on async storage that means you can simply store your data on async storage schematic and use many api's to manage them.

How to create collection

Collection

How to create schema's

Schema

How to insert data into collection's

Insert

How to retrieve all data's of a collection

getAll

find and get item

getItem

find and get multiple items

getItems

find and remove item

removeItem

Last updated

Was this helpful?