Skip to content

Commit

Permalink
Add example projects to Dart page
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Nov 16, 2024
1 parent 193bb30 commit 48281aa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/api/dart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 48281aa

Please sign in to comment.