From f1d61b250c8eed196362c7be09fc5a8949af4cc3 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Mon, 29 Jan 2018 09:43:50 -0700 Subject: [PATCH] Update readme with a link to latest 4.0 dev changes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c9efe8cc..63fb20a5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ [![Join the chat at https://gitter.im/yahoo/squidb](https://badges.gitter.im/yahoo/squidb.svg)](https://gitter.im/yahoo/squidb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/yahoo/squidb.svg?branch=master)](https://travis-ci.org/yahoo/squidb) [![Download](https://api.bintray.com/packages/yahoo/maven/squidb/images/download.svg) ](https://bintray.com/yahoo/maven/squidb/_latestVersion) +Most ongoing development is currently taking place on the `dev_4.0` branch. Click [here](https://github.com/yahoo/squidb/tree/dev_4.0) to see the latest changes and try out the 4.0 beta. + ## Introducing SquiDB SquiDB is a cross-platform SQLite database layer for Android and iOS. It is designed to make it as easy as possible to work with SQLite databases while still enabling the power and flexibility of raw SQL. SquiDB combines typesafe objects that represent table rows with object-oriented SQL statement builders to make it easy to read and write your data without a bunch of messy SQL strings. It also includes built in tools and hooks to help you easily write database migrations as well as implement ContentProviders.