From 3b10b444dd2b176cdabf5f6b84b163e7da0ace7b Mon Sep 17 00:00:00 2001 From: Aleksandr Golubov Date: Tue, 24 Jan 2023 18:33:07 +0500 Subject: [PATCH] Fixed README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47e21c5..d5c95ea 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ All NIF functions implemented as [**Dirty NIF**](https://www.erlang.org/doc/man/ **DuckDB is in the active development phase, and new version of library may not open the database created by the old version.** +[HexDocs](https://hexdocs.pm/duckdbex/) + ## Installation If [available in Hex](https://hex.pm/docs/publish), the package can be installed @@ -29,7 +31,7 @@ end # Usage -Using the `duckdbex` is quite simple. You need to open database file, create connection, run a query and fetch the results. [livebook](https://github.com/AlexR2D2/duckdbex/duckdbex_sandbox.livemd) +Using the `duckdbex` is quite simple. You need to open database file, create connection, run a query and fetch the results. [livebook](https://github.com/AlexR2D2/duckdbex/blob/main/duckdbex_sandbox.livemd) ## Open database