From 36bb8f30e40c511e5f88e8b42904e83c479b98ba Mon Sep 17 00:00:00 2001 From: Win Date: Sun, 21 Jul 2019 23:54:29 +0000 Subject: [PATCH] Update readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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