yahoo / squidb

SquiDB is a SQLite database library for Android and iOS
https://github.com/yahoo/squidb/wiki
Apache License 2.0
1.31k stars 132 forks source link

Unified SquidDatabase [2.0] #67

Closed sbosley closed 9 years ago

sbosley commented 9 years ago

This is a large api change intended for SquiDB 2.0. The basic idea is to merge the responsibilities of AbstractDatabase and DatabaseDao into a single, unified class called SquidDatabase. This has several benefits:

Further changes intended for SquiDB 2.0 will build on this foundation.

jdkoren commented 9 years ago

LGTM