Skip to content
Hüseyin Tokpınar edited this page May 2, 2020 · 27 revisions

Welcome to the sqfEntity wiki!

Table of Contents

How to use SqfEntity?

  1. Creating Database Objects

    1.1 Creating Table Model

    1.2 Creating Sequence Model

  2. Creating Database Model Class

  3. Basic methods for CRUD operations

    3.1 toSingle()

    3.2 toList()

    3.3 getById()

    3.4 save()

    3.5 delete()

  4. RELATIONSHIPS (Object Relational Mapping)

  5. SQLite Constraints & Index Support

  6. Syncronize data from JSON (on the web)

Clone this wiki locally