Skip to content

Commit

Permalink
Update link to example on README
Browse files Browse the repository at this point in the history
The api has changed, this updates the README to point to new api.
  • Loading branch information
gernest authored and thorfour committed Dec 17, 2023
1 parent 81927ae commit 08a5ff0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ FrostDB is likely not suitable for your needs if:

You can explore the [examples](https://github.com/polarsignals/frostdb/tree/main/examples) directory for sample code using FrostDB. Below is a snippet from the simple database example. It creates a database with a dynamic column schema, inserts some data, and queries it back out.

https://github.com/polarsignals/frostdb/blob/d0eea82a3fcbd3e7275c9ed6c89546370516448c/examples/simple.go#L20-L94
https://github.com/polarsignals/frostdb/blob/ee6970eff139c58a45998a87c02b661f32be5cbe/examples/simple/simple.go#L17-L69


## Design choices

Expand Down

0 comments on commit 08a5ff0

Please sign in to comment.