Home - hhtokpinar/sqfEntity GitHub Wiki

Welcome to the sqfEntity wiki!

Table of Contents

What is SqfEntity ORM?

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)

    4.1 ONE-TO-ONE

    4.2 ONE-TO-MANY

    4.3 MANY TO MANY

    4.4 ONE-TO-MANY-VICEVERSA

  5. SQLite Constraints & Index Support

  6. Syncronize data from JSON (on the web)