Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.
Benoit Vermont edited this page May 31, 2015 · 2 revisions

Android-LazyDatabase

Introduction

Someday, when I was working on a proof of concept app and writing yet another basic database scheme to store plain object, I thought: "there should be a way to automatise these menial boring scheme writing session". Hence this library. The POC was quickly stopped/discarded, as I plunged into the making of this library, which provide a way to store plain object without hassle.

Be warned

It's still in early phase, not tested enough, and probably not fast enough compared to plain SQL. I have yet to fully "dumb-proof" it, benchmark it, etc...

Clone this wiki locally