From 76e7b17bd9fd7527d4650b53fbbb3989c1b0c55f Mon Sep 17 00:00:00 2001 From: Million Date: Tue, 27 Jun 2023 19:21:05 +0800 Subject: [PATCH] Update README.md (#125) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5df5f58..117c4f6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,10 @@ simple 是一个支持中文和拼音的 [sqlite3 fts5](https://www.sqlite.org/f * 下载已经编译好的插件:https://github.com/wangfenjin/simple/releases 参考 examples 目录,目前已经有 c++, python, go 和 node-sqlite3 的例子。 -* iOS 可以参考这个例子 https://github.com/wangfenjin/simple/pull/73 和 [@hxicoder](https://github.com/hxicoder) 提供的 [demo](https://github.com/hxicoder/DBDemo) . +* iOS可以参考: + - [#73](https://github.com/wangfenjin/simple/pull/73) + - [@hxicoder](https://github.com/hxicoder) 提供的 [demo](https://github.com/hxicoder/DBDemo) + - [@pipi32167](https://github.com/pipi32167)提供的[demo](https://github.com/pipi32167/SQLiteSwiftDemo) * 在 Rust 中使用的例子 https://github.com/wangfenjin/simple/issues/89 https://github.com/fundon/tiny-docs-se * Java 例子 https://github.com/wangfenjin/sqlite-java-connect