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

pageCollection

How to create schema's

pageSchema

How to insert data into collection's

pageInsert

How to retrieve all data's of a collection

pagegetAll

find and get item

pagegetItem

find and get multiple items

pagegetItems

find and remove item

pageremoveItem

Last updated