SquiDB v3.0.0 Release Notes

Release Date: 2016-06-23 // almost 8 years ago
    • ๐Ÿ”– Version 3.0 adds cross-platform support by supporting compiling SquiDB with Google's j2objc tool. The new squidb-android and squidb-ios modules provide low-level platform-specific SQLite access, while users interact only with the higher-level SquidDatabase and SQL builder APIs. Write your database code and other business logic in Java, and compile it to run on both Android and iOS devices. See this wiki page for instructions on how to update to the new version.
    • ๐Ÿ“š Introduce the new squidb-json addon, which facilitates serializing arbitrary objects to String columns as JSON and working with the new SQLite json1 extension. See this wiki page for documentation about what you can do with this addon.