Achilles-Software / Entities.Sqlite

A lightweight, micro-ORM for Sqlite providing database services for cross-platform mobile apps built using Xamarin.
Other
8 stars 2 forks source link

Alpha Status #1

Open ToddThomson opened 6 years ago

ToddThomson commented 6 years ago

These are the tasks that we are working on before moving to a first beta release

Alpha Tasks to Complete:

Mapping

Modelling

Querying

Documentation

ToddThomson commented 6 years ago

Async CRUD tests added. ToListAsync failing. Insert, Update, Delete working.

EDIT: Completed

ToddThomson commented 6 years ago

ToListAsync method has been added in Nuget package 0.1.6-alpha.

The sample TodoApp now builds and runs on the Android emulator.

ToddThomson commented 6 years ago

Dev branch commit 0.2.0-alpha. Progress towards beta release (must remember to reference this issue during commits to self document updates ).