Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.
Sam Bosley edited this page Nov 23, 2015 · 17 revisions

What is SquiDB?

SquiDB is a SQLite database library for Android. It is a fully-featured DAO layer with powerful object-oriented query builders and database administration tools, while remaining a lightweight, performant system.

Key features

  • Represent your data as Java objects
  • Typesafe
  • Powerful object-oriented SQL statement builders--no more SQL typos!
  • Easy database administration (built-in tools and hooks for migrations, etc.)
  • Built-in tools to help you easily implement secure ContentProviders
  • Can connect to SQLite builds other than the stock Android version
  • Support for iOS via j2objc is in beta -- see this wiki page.

Getting started