This repository has been archived by the owner on May 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 132
Home
Sam Bosley edited this page Aug 31, 2016
·
17 revisions
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.
- 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
- Adding SquiDB as a dependency
- Define table schemas
- Setting up a database for your app
- How to use model classes
- SquiDB's query builder
- Using SquidDatabase
If you have questions not answered by this wiki, come join our chat at gitter.im and we'll try to help you out.