From 48281aa0a9f2fc1a09fd2a899cb975e49b7aa21e Mon Sep 17 00:00:00 2001 From: Gabor Szarnyas Date: Sat, 16 Nov 2024 16:20:02 +0100 Subject: [PATCH] Add example projects to Dart page --- docs/api/dart.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/api/dart.md b/docs/api/dart.md index aa57363c18..476c913623 100644 --- a/docs/api/dart.md +++ b/docs/api/dart.md @@ -41,7 +41,12 @@ import 'package:dart_duckdb/dart_duckdb.dart'; ## Usage Examples -Here are some common use cases for DuckDB.Dart: +See the example projects in the [`duckdb-dart` repository](https://github.com/TigerEyeLabs/duckdb-dart/): + +* [`cli`](https://github.com/TigerEyeLabs/duckdb-dart/tree/main/examples/cli): command-line application +* [`duckdbexplorer`](https://github.com/TigerEyeLabs/duckdb-dart/tree/main/examples/duckdbexplorer): GUI application which builds for desktop operating systems as well as Android and iOS. + +Here are some common code snippets for DuckDB.Dart: ### Querying an In-Memory Database