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 Aug 31, 2016 · 17 revisions

What is SquiDB?

SquiDB is a SQLite database library for Android and iOS. It is a fully-featured DAO 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 type safe Java objects
  • 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

Support

If you have questions not answered by this wiki, come join our chat at gitter.im and we'll try to help you out.