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 Jun 22, 2016 · 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

  • Cross-platform support -- write database logic in Java, then run on Android and iOS (via j2objc)
  • Represent table rows 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

Getting started