Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
README: demo
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed May 15, 2024
1 parent c84f653 commit cf3f19e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,18 @@ cd build.dir
../sqlite/configure --enable-shared
sudo make install
```

## Demos

The `_demo` directory contains our demos (it start with `_` to prevent the `go` command from compiling it):

* [sqlitedemo](_demo/sqlitedemo/demo.go): a basic sqlite demo

### How to run demos

To run the demos in directory `_demo`:

```sh
cd <demo-directory> # eg. cd _demo/sqlitedemo
llgo run .
```

0 comments on commit cf3f19e

Please sign in to comment.