You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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