diff --git a/README.md b/README.md index 459c3c9..342287e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Sqlcool -[![pub package](https://img.shields.io/pub/v/sqlcool.svg)](https://pub.dartlang.org/packages/sqlcool) [![Build Status](https://travis-ci.org/synw/sqlcool.svg?branch=master)](https://travis-ci.org/synw/sqlcool) [![Coverage Status](https://coveralls.io/repos/github/synw/sqlcool/badge.svg?branch=master&kill_cache=1")](https://coveralls.io/github/synw/sqlcool?branch=master&kill_cache=1") +[![pub package](https://img.shields.io/pub/v/sqlcool.svg)](https://pub.dartlang.org/packages/sqlcool) [![Build Status](https://travis-ci.org/synw/sqlcool.svg?branch=master)](https://travis-ci.org/synw/sqlcool) [![Coverage Status](https://coveralls.io/repos/github/synw/sqlcool/badge.svg?branch=master&kill_cache=1")](https://coveralls.io/github/synw/sqlcool?branch=master") A database helper library for [Sqflite](https://github.com/tekartik/sqflite). Forget about implementation details and focus on the business logic. @@ -160,7 +160,8 @@ parameter set to `true`: } ``` -## Todo +## Using this -- [x] Upsert -- [ ] Batch operations +- [Sqlview](https://github.com/synw/sqlview): admin view and infinite list view +- [Kvsql](https://github.com/synw/kvsql): a key/value store +- [Geopoint sql](https://github.com/synw/geopoint_sql): sql operations for geospatial data